Commit Graph

  • 78444bc2eb can call gSoftmax Hieu Hoang 2016-09-16 14:50:14 +0100
  • c7a1542b02 Separating graph from data. Andre Martins 2016-09-16 14:25:06 +0100
  • b6e4b8f3f3 temp() Hieu Hoang 2016-09-16 15:08:09 +0200
  • 3b0ea609e4 temp() Hieu Hoang 2016-09-16 15:02:30 +0200
  • 7c63606b75 move cuda device into graph Hieu Hoang 2016-09-16 14:16:09 +0200
  • 517fb6c385 merge Hieu Hoang 2016-09-16 14:14:05 +0200
  • 12decbeebd Merge branch 'master' of https://github.com/emjotde/Marian Andre Martins 2016-09-16 13:09:52 +0100
  • 5078075b0d Adding missing file. Andre Martins 2016-09-16 13:09:40 +0100
  • ba592b310d #include Hieu Hoang 2016-09-16 13:06:19 +0100
  • 448c6f5e77 Merge branch 'master' of github.com:emjotde/marian Marcin Junczys-Dowmunt 2016-09-16 14:05:43 +0200
  • 5de53c46e5 visualize Marcin Junczys-Dowmunt 2016-09-16 14:05:39 +0200
  • 2965bde889 move cuda device into graph. Add EOS, padding, UNK to vocab Hieu Hoang 2016-09-16 14:04:15 +0200
  • 5d924dd160 Merge branch 'master' of https://github.com/emjotde/Marian Andre Martins 2016-09-16 12:40:37 +0100
  • 98d66f738a Added encoder-decoder validator. Andre Martins 2016-09-16 12:40:34 +0100
  • 728ca05152 segfault Hieu Hoang 2016-09-16 12:33:38 +0100
  • 5d46e6e063 Merge branch 'master' of github.com:hieuhoang/Marian Hieu Hoang 2016-09-16 13:30:22 +0200
  • dfae0a2585 parse parallel data Hieu Hoang 2016-09-16 13:29:49 +0200
  • 1833ea1eab parse parallel data Hieu Hoang 2016-09-16 13:29:49 +0200
  • 383b82c6f9 merge Hieu Hoang 2016-09-16 11:48:03 +0200
  • 036284d39c changed files for new graph format, adapted test.cu to not use pointers to Expr Marcin Junczys-Dowmunt 2016-09-16 08:36:29 +0200
  • 02629ca13b changed to fast softmax Marcin Junczys-Dowmunt 2016-09-16 00:55:54 +0200
  • 94914d56e8 working separated graphs, added params Marcin Junczys-Dowmunt 2016-09-16 00:23:47 +0200
  • 8dc655dad4 Merge branch 'master' of github.com:emjotde/Marian Hieu Hoang 2016-09-15 22:42:50 +0200
  • 52dcfdfce5 correctly calculate batch size Hieu Hoang 2016-09-15 17:52:14 +0100
  • 976c8039db separated computation graphs Marcin Junczys-Dowmunt 2016-09-15 18:42:38 +0200
  • 4c060397c0 Initialization of RNN parameters. Andre Martins 2016-09-15 17:38:35 +0100
  • 9015577101 Merge branch 'master' of https://github.com/emjotde/Marian Andre Martins 2016-09-15 17:30:14 +0100
  • dbd83a5496 Initial implementation of an RNN. Andre Martins 2016-09-15 17:29:43 +0100
  • eeb18f33cd merge Hieu Hoang 2016-09-15 18:19:12 +0200
  • 5d114049cf merge Hieu Hoang 2016-09-15 17:08:53 +0100
  • 00d688b9ba shuffling doesn't crash Hieu Hoang 2016-09-15 17:03:45 +0100
  • eba5b46225 Validation on 2-layer Keras model Maximiliana Behnke 2016-09-15 17:41:58 +0200
  • 4a1ab1f5b4 Change path to Keras single layer model Maximiliana Behnke 2016-09-15 17:41:24 +0200
  • 037679f8a3 update requirements and paths to be exported Roman Grundkiewicz 2016-09-15 17:02:25 +0200
  • 78f85fcfa4 compiles on valhalla and doesn't segfault Hieu Hoang 2016-09-15 15:39:49 +0100
  • 88678e59bc don't use shuffle Hieu Hoang 2016-09-15 16:31:12 +0200
  • f044b8dfbb Shuffle data Hieu Hoang 2016-09-15 16:14:06 +0200
  • 61d8b3cb83 Replaced softmax with fast softmax in MNIST. Andre Martins 2016-09-15 15:10:03 +0100
  • 6d3f67e955 Fixed backward for fast softmax. Andre Martins 2016-09-15 13:54:46 +0100
  • b29628e0b6 model dir Hieu Hoang 2016-09-15 14:17:04 +0200
  • 92d1546589 model dir Hieu Hoang 2016-09-15 14:11:32 +0200
  • 499faceb8e tidied up initializers Marcin Junczys-Dowmunt 2016-09-15 12:23:31 +0200
  • 2583e0fa42 changed numerical range in random init Marcin Junczys-Dowmunt 2016-09-15 11:05:14 +0200
  • aa5a10bfcd Merge ../Marian Hieu Hoang 2016-09-15 11:02:16 +0200
  • 4bf8f064d6 more clean-up Marcin Junczys-Dowmunt 2016-09-15 10:24:48 +0200
  • 08e4d90df8 Merge ../Marian Hieu Hoang 2016-09-15 10:20:53 +0200
  • 6f7f0d77f1 some clean-up Marcin Junczys-Dowmunt 2016-09-15 09:44:03 +0200
  • 78b8177d3b requires C++11, not 14 Hieu Hoang 2016-09-15 08:54:24 +0200
  • 3ccdc15263 UnaryNodeOp inherits shape from child by default Marcin Junczys-Dowmunt 2016-09-15 08:15:46 +0200
  • 4bafa6c360 toy training with initialized data Marcin Junczys-Dowmunt 2016-09-15 00:55:24 +0200
  • 8ea40b587b Merge branch 'master' of github.com:emjotde/marian Marcin Junczys-Dowmunt 2016-09-15 00:41:07 +0200
  • ffb21bb699 fixed backprop error, TODO: check shapes Marcin Junczys-Dowmunt 2016-09-15 00:40:55 +0200
  • 0768c5058b Merge branch 'master' of github.com:emjotde/Marian Tomasz Dwojak 2016-09-14 23:12:01 +0100
  • 4e63816d60 Merge branch 'master' of github.com:emjotde/Marian Tomasz Dwojak 2016-09-14 23:11:45 +0100
  • cc4e24b3a6 fixed begin/end in Tensor class Marcin Junczys-Dowmunt 2016-09-14 23:41:44 +0200
  • 73e1d5f96a renamed num of data to BATCH_SIZE Marcin Junczys-Dowmunt 2016-09-14 23:39:24 +0200
  • 3c730f053d Tidying up Marcin Junczys-Dowmunt 2016-09-14 23:36:05 +0200
  • aab15d66e6 operators Marcin Junczys-Dowmunt 2016-09-14 23:31:11 +0200
  • 4b730f7645 Speed up validation; add batch. Tomasz Dwojak 2016-09-14 22:28:45 +0100
  • 7ef5061d8c Merge branch 'master' of https://github.com/emjotde/marian Marcin Junczys-Dowmunt 2016-09-14 23:18:13 +0200
  • 0be1b07308 faster set/get Marcin Junczys-Dowmunt 2016-09-14 23:17:53 +0200
  • 5b9e6c05c5 eclipse Hieu Hoang 2016-09-14 23:00:02 +0200
  • 9d4bc1d1fd create marian lib Hieu Hoang 2016-09-14 22:42:51 +0200
  • ab8bef8a03 create marian lib Hieu Hoang 2016-09-14 22:37:27 +0200
  • adbc97f448 Merge branch 'master' of github.com:emjotde/Marian Hieu Hoang 2016-09-14 19:58:22 +0200
  • 84239de05f Merge ../Marian.hieu Hieu Hoang 2016-09-14 19:58:14 +0200
  • 7d13fb95d7 Merge branch 'master' of github.com:hieuhoang/Marian Hieu Hoang 2016-09-14 19:56:30 +0200
  • 41bab63f70 cmake. Compiles -j without errors Hieu Hoang 2016-09-14 19:56:08 +0200
  • 5439e52abf resolved conflict Marcin Junczys-Dowmunt 2016-09-14 19:53:19 +0200
  • 823a3a624a found not-working conf Marcin Junczys-Dowmunt 2016-09-14 19:51:26 +0200
  • e7ea44c689 compile error Hieu Hoang 2016-09-14 19:06:50 +0200
  • e5dc4c0c2d Merge branch 'master' of https://github.com/emjotde/Marian Maximiliana Behnke 2016-09-14 18:56:31 +0200
  • ea04f8a6ba Modify single layer training script, add 2-layer training script Maximiliana Behnke 2016-09-14 18:56:13 +0200
  • bead13755d Merge branch 'master' of github.com:hieuhoang/Marian Hieu Hoang 2016-09-14 17:53:59 +0100
  • 51f0f89031 Merge ../Marian Hieu Hoang 2016-09-14 17:53:05 +0100
  • 98298c52ab Merge ../Marian Hieu Hoang 2016-09-14 18:52:09 +0200
  • ab1300291e compile error Hieu Hoang 2016-09-14 18:40:39 +0200
  • c28ba2e67f add param random initializers Roman Grundkiewicz 2016-09-14 18:18:58 +0200
  • 74626d347f Merge Tomasz Dwojak 2016-09-14 16:00:56 +0100
  • 269936a4a8 Add initial version of validation Tomasz Dwojak 2016-09-14 15:47:05 +0100
  • 67e717d366 Different staff after train_mnist Tomasz Dwojak 2016-09-14 14:06:42 +0100
  • aa22b47fcc fixed conflict Marcin Junczys-Dowmunt 2016-09-14 16:51:42 +0200
  • 37a73e20be changes names Marcin Junczys-Dowmunt 2016-09-14 16:48:01 +0200
  • be1a7232bf Merge ../Marian.hieu Hieu Hoang 2016-09-14 16:47:54 +0200
  • ef6246bad2 Add NPZ Converter Tomasz Dwojak 2016-09-14 13:57:52 +0100
  • 8047efa8d9 Add initial SGD Tomasz Dwojak 2016-09-13 17:28:20 +0100
  • ff3a7dd010 Merge branch 'master' of github.com:emjotde/Marian Hieu Hoang 2016-09-14 16:36:53 +0200
  • 063dd8649e Merge ../Marian.hieu Hieu Hoang 2016-09-14 16:36:43 +0200
  • dcdfcd80cc less debug Hieu Hoang 2016-09-14 14:34:26 +0000
  • f0f0dbe9ee batches Hieu Hoang 2016-09-14 16:25:58 +0200
  • 08bdf340d9 Fixed beta in the softmax backprop; made the tanh and sigmoid backprop more efficient by using the cached activations. Andre Martins 2016-09-14 14:59:04 +0100
  • a573eecf5c debug Hieu Hoang 2016-09-14 14:33:30 +0100
  • f1fce72a0e Merge branch 'master' of https://github.com/emjotde/Marian Andre Martins 2016-09-14 14:30:48 +0100
  • 0421d8504d Implemented gradient of fast softmax. Andre Martins 2016-09-14 14:30:40 +0100
  • 6974ceb9d1 return reference Hieu Hoang 2016-09-14 15:16:12 +0200
  • a7219b6867 Merge ../Marian.hieu Hieu Hoang 2016-09-14 14:52:59 +0200
  • f05d17e7ae output tensors in shape Hieu Hoang 2016-09-14 14:51:49 +0200
  • b40512cb7f resolved conflict Marcin Junczys-Dowmunt 2016-09-14 14:44:57 +0200
  • 3d177ccc28 small changes to test.cu Marcin Junczys-Dowmunt 2016-09-14 14:43:27 +0200
  • 04a620db19 debug Hieu Hoang 2016-09-14 13:42:59 +0100