[lua-torch-nn] branch master updated (58ae8cd -> 309bdae)

Zhou Mo cdluminate-guest at moszumanska.debian.org
Mon Feb 6 04:27:11 UTC 2017


This is an automated email from the git hooks/post-receive script.

cdluminate-guest pushed a change to branch master
in repository lua-torch-nn.

      from  58ae8cd   Import Debian changes 0~20170104-ge77b592+dfsg-1
       new  872bb54   New upstream version 0~20170204-g3a1b725
       new  4d585f0   Merge tag 'upstream/0_20170204-g3a1b725'
       new  def8c1b   New upstream version 0~20170204-g3a1b725+dfsg
       new  f331182   Merge tag 'upstream/0_20170204-g3a1b725+dfsg'
       new  9722b5f   dch: import upstream snapshot
       new  e8b0a95   patch: refresh
       new  06aca58   control: luajit is prior to lua5.1
       new  83ab823   symbols: refresh
       new  309bdae   dch: release to exp

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CMaxTable.lua                             |  25 +-
 CMinTable.lua                             |  25 +-
 Criterion.lua                             |   8 +
 CrossEntropyCriterion.lua                 |  18 +-
 GatedLinearUnit.lua                       |  45 +--
 Max.lua                                   |   2 +-
 Min.lua                                   |   2 +-
 Normalize.lua                             |   2 +-
 TemporalRowConvolution.lua                | 120 ++++++++
 debian/changelog                          |   9 +
 debian/control                            |   2 +-
 debian/libtorch-thnn.symbols              |  10 +
 debian/patches/THNN-cmake-add-soversion   |   6 +-
 doc/convolution.md                        |  60 ++++
 doc/overview.md                           |   4 +-
 init.lua                                  |   1 +
 lib/THNN/CMakeLists.txt                   |   3 +
 lib/THNN/generic/GatedLinearUnit.c        |  71 +++++
 lib/THNN/generic/THNN.h                   |  50 ++++
 lib/THNN/generic/TemporalRowConvolution.c | 465 ++++++++++++++++++++++++++++++
 lib/THNN/init.c                           |   6 +
 test.lua                                  | 137 +++++++++
 22 files changed, 1017 insertions(+), 54 deletions(-)
 create mode 100644 TemporalRowConvolution.lua
 create mode 100644 lib/THNN/generic/GatedLinearUnit.c
 create mode 100644 lib/THNN/generic/TemporalRowConvolution.c

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/lua-torch-nn.git



More information about the debian-science-commits mailing list