Commit Graph

4932 Commits

Author SHA1 Message Date
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
Hieu Hoang
919c999e53 grad 2016-09-18 20:01:24 +01:00
Hieu Hoang
40a9791f69 softmax grad 2016-09-18 19:45:02 +01:00
Hieu Hoang
022a20efb7 eclipse 2016-09-18 19:36:35 +01:00
Hieu Hoang
1c0fdfca8d merge 2016-09-18 19:15:12 +01:00
Hieu Hoang
add31dea47 test nodes 2016-09-18 18:09:02 +01:00
Lane Schwartz
10ee031e61 Added comments to more methods 2016-09-18 18:20:46 +02:00
Lane Schwartz
6c4a6e0eb4 Is "ChainableStack" the most appropriate name for this data structure? 2016-09-18 17:42:48 +02:00
Lane Schwartz
a875db7333 Added @brief messages to methods 2016-09-18 17:41:55 +02:00
Lane Schwartz
c82623b0ac Commented methods that create Expr objects 2016-09-18 17:31:15 +02:00
Andre Martins
ebbc148cc6 Minimal example that shows that something is wrong in a computation graph that forks. 2016-09-18 16:15:37 +01:00
Lane Schwartz
dd270a4f92 Added TODO notes for Marcin 2016-09-18 17:09:38 +02:00
Marcin Junczys-Dowmunt
d02ec369fa Merge branch 'master' of github.com:emjotde/marian 2016-09-18 16:55:32 +02:00
Marcin Junczys-Dowmunt
5fa56d0b85 removed clipping 2016-09-18 16:55:28 +02:00
Lane Schwartz
b4c4463344 Added standardized copyright statement to all source files 2016-09-18 16:46:58 +02:00