Commit Graph

4932 Commits

Author SHA1 Message Date
Hieu Hoang
7803f44a97 Merge ../Marian 2016-09-16 17:39:31 +02:00
Andre Martins
1b27accaa0 Included embedding layer and graphviz part in the e-d. 2016-09-16 16:35:17 +01:00
Hieu Hoang
09c65091f4 parallel gArgmax 2016-09-16 16:15:15 +01:00
Andre Martins
a5630d2786 Merge branch 'master' of https://github.com/emjotde/Marian 2016-09-16 16:14:18 +01:00
Andre Martins
5ecd222d82 Separated graph computatiom from data in the e-d. 2016-09-16 16:14:10 +01:00
Maximiliana Behnke
18018841f3 Cosmetic changes to comments in tensor.h 2016-09-16 17:10:02 +02:00
Hieu Hoang
4ea1156e99 try to use parallelism 2016-09-16 17:05:51 +02:00
Maximiliana Behnke
b6c25a8db7 Add Doxygen comments to tensor.h 2016-09-16 16:49:05 +02:00
Hieu Hoang
269b94cea6 serial gArgmax 2016-09-16 15:40:20 +01:00
Hieu Hoang
32a5985500 move temp() to test.cu 2016-09-16 16:03:42 +02:00
Hieu Hoang
78444bc2eb can call gSoftmax 2016-09-16 14:50:14 +01:00
Andre Martins
c7a1542b02 Separating graph from data. 2016-09-16 14:25:06 +01:00
Hieu Hoang
b6e4b8f3f3 temp() 2016-09-16 15:08:09 +02:00
Hieu Hoang
3b0ea609e4 temp() 2016-09-16 15:02:30 +02:00
Hieu Hoang
7c63606b75 move cuda device into graph 2016-09-16 14:16:09 +02:00
Hieu Hoang
517fb6c385 merge 2016-09-16 14:14:05 +02:00
Andre Martins
12decbeebd Merge branch 'master' of https://github.com/emjotde/Marian 2016-09-16 13:09:52 +01:00
Andre Martins
5078075b0d Adding missing file. 2016-09-16 13:09:40 +01:00
Hieu Hoang
ba592b310d #include 2016-09-16 13:06:19 +01:00
Marcin Junczys-Dowmunt
448c6f5e77 Merge branch 'master' of github.com:emjotde/marian 2016-09-16 14:05:43 +02:00
Marcin Junczys-Dowmunt
5de53c46e5 visualize 2016-09-16 14:05:39 +02:00
Hieu Hoang
2965bde889 move cuda device into graph. Add EOS, padding, UNK to vocab 2016-09-16 14:04:15 +02:00
Andre Martins
5d924dd160 Merge branch 'master' of https://github.com/emjotde/Marian 2016-09-16 12:40:37 +01:00
Andre Martins
98d66f738a Added encoder-decoder validator. 2016-09-16 12:40:34 +01:00
Hieu Hoang
728ca05152 segfault 2016-09-16 12:33:38 +01:00
Hieu Hoang
5d46e6e063 Merge branch 'master' of github.com:hieuhoang/Marian 2016-09-16 13:30:22 +02:00
Hieu Hoang
dfae0a2585 parse parallel data 2016-09-16 13:30:10 +02:00
Hieu Hoang
1833ea1eab parse parallel data 2016-09-16 13:29:49 +02:00
Hieu Hoang
383b82c6f9 merge 2016-09-16 11:48:03 +02:00
Marcin Junczys-Dowmunt
036284d39c changed files for new graph format, adapted test.cu to not use pointers to Expr 2016-09-16 08:36:29 +02:00
Marcin Junczys-Dowmunt
02629ca13b changed to fast softmax 2016-09-16 00:55:54 +02:00
Marcin Junczys-Dowmunt
94914d56e8 working separated graphs, added params 2016-09-16 00:23:47 +02:00
Hieu Hoang
8dc655dad4 Merge branch 'master' of github.com:emjotde/Marian 2016-09-15 22:42:50 +02:00
Hieu Hoang
52dcfdfce5 correctly calculate batch size 2016-09-15 17:52:14 +01:00
Marcin Junczys-Dowmunt
976c8039db separated computation graphs 2016-09-15 18:42:38 +02:00
Andre Martins
4c060397c0 Initialization of RNN parameters. 2016-09-15 17:38:35 +01:00
Andre Martins
9015577101 Merge branch 'master' of https://github.com/emjotde/Marian 2016-09-15 17:30:14 +01:00
Andre Martins
dbd83a5496 Initial implementation of an RNN. 2016-09-15 17:29:43 +01:00
Hieu Hoang
eeb18f33cd merge 2016-09-15 18:19:12 +02:00
Hieu Hoang
5d114049cf merge 2016-09-15 17:08:53 +01:00
Hieu Hoang
00d688b9ba shuffling doesn't crash 2016-09-15 17:03:45 +01:00
Maximiliana Behnke
eba5b46225 Validation on 2-layer Keras model 2016-09-15 17:41:58 +02:00
Maximiliana Behnke
4a1ab1f5b4 Change path to Keras single layer model 2016-09-15 17:41:24 +02:00
Roman Grundkiewicz
037679f8a3 update requirements and paths to be exported 2016-09-15 17:02:25 +02:00
Hieu Hoang
78f85fcfa4 compiles on valhalla and doesn't segfault 2016-09-15 15:39:49 +01:00
Hieu Hoang
88678e59bc don't use shuffle 2016-09-15 16:31:12 +02:00
Hieu Hoang
f044b8dfbb Shuffle data 2016-09-15 16:14:06 +02:00
Andre Martins
61d8b3cb83 Replaced softmax with fast softmax in MNIST. 2016-09-15 15:10:03 +01:00
Andre Martins
6d3f67e955 Fixed backward for fast softmax. 2016-09-15 13:54:46 +01:00
Hieu Hoang
b29628e0b6 model dir 2016-09-15 14:17:04 +02:00