Commit Graph

296 Commits

Author SHA1 Message Date
Lane Schwartz
4579f059a0 Merge branch 'master' of github.com:emjotde/Marian 2016-09-21 12:24:25 -05:00
Lane Schwartz
d3bf35edb5 Added MNist doc 2016-09-21 12:24:19 -05:00
Marcin Junczys-Dowmunt
0f72f927b7 Merge branch 'master' of github.com:emjotde/marian 2016-09-21 19:14:56 +02:00
Marcin Junczys-Dowmunt
51a7e49fd3 integrated cudnnLogsoftmax nodes 2016-09-21 19:14:48 +02:00
Andre Martins
5b4a50f8b0 Merge branch 'master' of https://github.com/emjotde/Marian 2016-09-21 16:35:20 +01:00
Andre Martins
6d9f80d558 Shuffling batches in the encoder-decoder. 2016-09-21 16:34:53 +01:00
Marcin Junczys-Dowmunt
890ba95cf5 Merge branch 'master' of github.com:emjotde/marian 2016-09-21 17:21:11 +02:00
Marcin Junczys-Dowmunt
e10a95487c cudnn softmax, log-softmax 2016-09-21 17:20:59 +02:00
Hieu Hoang
302369f909 Merge ../Marian.hieu 2016-09-21 15:38:39 +01:00
Hieu Hoang
d484e1e053 numerical grad. Still don't match most of binary ops 2016-09-21 15:32:36 +01:00
Hieu Hoang
b5c4895683 debug 2016-09-21 12:22:53 +01:00
Andre Martins
e816533a66 Merge branch 'master' of https://github.com/emjotde/Marian 2016-09-21 12:21:36 +01:00
Andre Martins
26ffc8644e Added mini-batch training to the encoder-decoder benchmark. 2016-09-21 12:21:14 +01:00
Hieu Hoang
0fe591f64b move backward debugging functions .h -> .cu 2016-09-21 11:03:35 +01:00
Marcin Junczys-Dowmunt
828a0db8bc avoid reallocation of temporary tensors 2016-09-21 02:38:12 +02:00
Marcin Junczys-Dowmunt
ffd2dcd513 Merge branch 'master' of github.com:emjotde/marian 2016-09-21 00:39:35 +02:00
Marcin Junczys-Dowmunt
a057ff1776 working dropout node 2016-09-21 00:39:27 +02:00
Hieu Hoang
f0340804f5 Merge ../Marian.hieu 2016-09-20 14:25:23 +01:00
Hieu Hoang
b5ae51c1b2 numeric gradients still not working 2016-09-20 14:25:07 +01:00
Marcin Junczys-Dowmunt
7412e68dcd Merge branch 'master' of github.com:emjotde/marian 2016-09-20 14:14:22 +02:00
Marcin Junczys-Dowmunt
99b643dcfa resolved conflicts 2016-09-20 14:14:13 +02:00
Hieu Hoang
87b6501832 consistent implementation for unary and binary classes. Doesn't quite work yet 2016-09-20 13:09:33 +01:00
Hieu Hoang
abf9adcf1c move helper functions to node class 2016-09-20 12:49:41 +01:00
Hieu Hoang
f7e5e02e8c create backward_numeric() for binary nodes 2016-09-20 12:46:43 +01:00
Marcin Junczys-Dowmunt
4c8b6bb171 a number of comments and test 2016-09-20 13:27:08 +02:00
Hieu Hoang
8677f99597 move unary and binary operators to their own header files 2016-09-20 12:06:30 +01:00
Hieu Hoang
d18d299009 merge 2016-09-20 11:58:59 +01:00
Hieu Hoang
303a04d9fe move backward_numeric() to unary node 2016-09-20 11:43:20 +01:00
Hieu Hoang
8ef7f57a8a backward_numeric() 2016-09-20 11:34:43 +01:00
Marcin Junczys-Dowmunt
8797b5ffd3 reluplus node for testing, clean up 2016-09-19 22:43:12 +02:00
Marcin Junczys-Dowmunt
0f64f338cb better visualization, Relu specific functions 2016-09-19 19:31:45 +02:00
Hieu Hoang
8b242fbc97 debug 2016-09-19 18:13:59 +01:00
Hieu Hoang
bcba5e171c debug 2016-09-19 17:39:40 +01:00
Marcin Junczys-Dowmunt
a94d48226b Merge branch 'master' of github.com:emjotde/marian 2016-09-19 17:13:16 +02:00
Marcin Junczys-Dowmunt
9f9ca7a02b broadcasting in kernels 2016-09-19 17:12:56 +02:00
Hieu Hoang
2a9d3de35a split unary & binary operators into their own file 2016-09-19 15:57:41 +01:00
Hieu Hoang
8b55721206 backward_numeric() 2016-09-19 15:27:07 +01:00
Marcin Junczys-Dowmunt
a18dcb66a6 Update README.md 2016-09-19 14:14:00 +01:00
Marcin Junczys-Dowmunt
d871ae674d Merge pull request #1 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
2016-09-19 14:04:43 +01:00
The Gitter Badger
c8fc1a429c Add Gitter badge 2016-09-19 13:02:30 +00:00
Hieu Hoang
71ad2d1352 graphviz - BinaryNodeOp is a binary op 2016-09-19 13:26:54 +01:00
Hieu Hoang
39eb9f50f5 fixed random seed 2016-09-19 12:25:13 +01:00
Hieu Hoang
4b67954807 debug 2016-09-19 12:18:51 +01:00
Marcin Junczys-Dowmunt
cd7dbfc0f6 attempts at relu and dropout nodes 2016-09-19 12:06:04 +02:00
Hieu Hoang
05fad17a3d debug 2016-09-19 10:39:09 +01:00
Marcin Junczys-Dowmunt
a9b1872f4e Merge branch 'master' of github.com:emjotde/marian 2016-09-19 02:08:16 +02:00
Marcin Junczys-Dowmunt
2800fcd904 fixed(?) bug in TanhOpNode, weird operator priority in bound lambdas 2016-09-19 02:07:16 +02:00
Hieu Hoang
25f38db0f1 Merge ../Marian 2016-09-18 22:00:20 +01:00
Lane Schwartz
a9ebe9f7c9 Re-deleted files 2016-09-18 15:56:25 -05:00
Lane Schwartz
2c24cb6827 More commenting 2016-09-18 15:55:04 -05:00