Commit Graph

  • cb55f09dbd test Marcin Junczys-Dowmunt 2016-07-06 23:24:32 +0200
  • 969d096f0a Refactoring encoder_decoder Tomasz Dwojak 2016-07-06 12:54:08 +0100
  • 0eac081cb8 default value for softmax-filte arg. Crashes otherwise on osx Hieu Hoang 2016-07-06 11:18:25 +0100
  • 593511c350 Merge branch 'cpu' of github.com:emjotde/amunmt into cpu Hieu Hoang 2016-07-05 23:00:58 +0100
  • 96c03a9a20 debugging output Hieu Hoang 2016-07-05 22:59:55 +0100
  • da6315addc Add softmax filtering Tomasz Dwojak 2016-07-05 17:35:42 +0100
  • d7ddf7bd3c move method to cpp Hieu Hoang 2016-07-05 22:14:20 +0100
  • 3b4089604f debugging output Hieu Hoang 2016-07-05 21:39:55 +0100
  • e8e899f054 debugging output Hieu Hoang 2016-07-04 22:42:14 +0100
  • 63886be294 merge Embeddings weights Hieu Hoang 2016-07-04 21:25:12 +0100
  • a21ae9c00e merge Embeddings weights Hieu Hoang 2016-07-04 21:05:02 +0100
  • 6c60068fc3 debugging output Hieu Hoang 2016-07-04 20:39:34 +0100
  • eee762e07c debugging output Hieu Hoang 2016-07-04 19:01:09 +0100
  • 6078bb5e18 move large methods into cpp Hieu Hoang 2016-07-04 18:42:08 +0100
  • 3707552aca move contructors into cpp Hieu Hoang 2016-07-04 18:39:59 +0100
  • c74e00bf53 move large methods into cpp Hieu Hoang 2016-07-04 17:11:31 +0100
  • 1260084f58 compile error on non-osx Hieu Hoang 2016-07-04 13:09:25 +0100
  • 36e2b2fcc2 tweak #ifdef Hieu Hoang 2016-07-04 13:03:42 +0100
  • 187a8dc5b3 Merge branch 'cpu' of github.com:hieuhoang/amunmt into cpu Hieu Hoang 2016-07-04 12:40:32 +0100
  • 029623da95 #ifdef for thread local storage Hieu Hoang 2016-07-04 12:40:22 +0100
  • 9c1a880035 compile error on ubuntu 14.04 Hieu Hoang 2016-07-04 11:53:35 +0100
  • 79ce627de1 include vector Hieu Hoang 2016-07-03 19:52:28 +0100
  • e76349401c Merge branch 'master' of github.com:emjotde/amuNN Tomasz Dwojak 2016-07-02 13:28:30 +0100
  • 3833669033 Add fp16 experiment files Tomasz Dwojak 2016-07-02 13:28:18 +0100
  • 771f75aad5 merge Hieu Hoang 2016-07-01 23:19:28 +0100
  • f3be695767 Alignment -> Attention Hieu Hoang 2016-07-01 21:18:26 +0100
  • 8d338a0169 debug Hieu Hoang 2016-06-30 20:00:53 +0100
  • 7c074d2df2 debug history Hieu Hoang 2016-06-30 18:49:10 +0100
  • 3c94f3b09a debug hypo Hieu Hoang 2016-06-30 18:35:50 +0100
  • 72131b4069 remove debugging artifact Marcin Junczys-Dowmunt 2016-06-30 17:59:50 +0200
  • 797a726f58 cleanup Marcin Junczys-Dowmunt 2016-06-30 17:52:33 +0200
  • 306dda63d3 added approximate exp etc Marcin Junczys-Dowmunt 2016-06-30 17:51:14 +0200
  • e3cc07162a approximate exp and joint products in gru Marcin Junczys-Dowmunt 2016-06-30 17:50:50 +0200
  • db1b710b38 eclipse Hieu Hoang 2016-06-30 15:48:27 +0100
  • e3c8e3f9d3 Merge branch 'cpu' of github.com:emjotde/amunn into cpu Marcin Junczys-Dowmunt 2016-06-30 16:30:51 +0200
  • 99190517bb joint product in gru Marcin Junczys-Dowmunt 2016-06-30 16:30:43 +0200
  • 0554daad84 find pthread Marcin Junczys-Dowmunt 2016-06-30 14:26:43 +0100
  • b4aadec380 compile error on clang - ambiguous use of placeholders because both boost and c++ implements it. Qualify it Hieu Hoang 2016-06-29 17:53:11 +0100
  • d1af6aa3a2 use boost::thread_local rather than c++11 thread_local. Doesn't work on clang Hieu Hoang 2016-06-29 17:34:44 +0100
  • 89e9f6b00a conversion to bool Marcin Junczys-Dowmunt 2016-06-29 13:53:29 +0200
  • 488e29a572 Merge branch 'cpu' of github.com:emjotde/amunmt into cpu Hieu Hoang 2016-06-27 18:02:58 +0100
  • ac6497a75b moved log to softmax Marcin Junczys-Dowmunt 2016-06-27 18:54:44 +0200
  • 1dd9a315a2 merge Hieu Hoang 2016-06-27 17:20:35 +0100
  • 619abf2687 missed expf Marcin Junczys-Dowmunt 2016-06-27 17:41:15 +0200
  • 5f04575fd8 gcc flags for profiling Hieu Hoang 2016-06-27 16:38:43 +0100
  • dddee092f2 added experimental test Marcin Junczys-Dowmunt 2016-06-27 17:16:53 +0200
  • 3be0968a22 appoximations to exp, log etc Marcin Junczys-Dowmunt 2016-06-27 17:13:24 +0200
  • bcd27673f0 towards target vocabuluary filtering Marcin Junczys-Dowmunt 2016-06-26 18:00:49 +0200
  • 54e98f0701 removed debug artifact Marcin Junczys-Dowmunt 2016-06-23 16:53:52 +0200
  • 88b6cc1ec4 fixed missing removal of newline character in python script Marcin Junczys-Dowmunt 2016-06-23 16:53:28 +0200
  • d44fb2e7a3 take list of string and return list of strings Marcin Junczys-Dowmunt 2016-06-23 15:01:49 +0200
  • d8a821b7a2 added missing python interface Marcin Junczys-Dowmunt 2016-06-23 13:25:25 +0200
  • 25a9bff1dd simplistic python interface Marcin Junczys-Dowmunt 2016-06-23 13:19:49 +0200
  • ae1b3f7d33 enable openblas Marcin Junczys-Dowmunt 2016-06-23 12:05:10 +0200
  • e0d61f0543 log in softmax Marcin Junczys-Dowmunt 2016-06-17 01:33:25 +0200
  • 514a7c8678 Update README.md Marcin Junczys-Dowmunt 2016-06-14 08:30:27 +0200
  • 4f0d8244ea typos marcinj 2016-06-14 01:03:07 +0200
  • ebe45eca64 add explicit conversion Marcin Junczys-Dowmunt 2016-06-14 00:22:10 +0200
  • 864b3f402e towards filter Marcin Junczys-Dowmunt 2016-06-14 00:21:24 +0200
  • aa5c13931d deleted pngs marcinj 2016-06-13 19:13:36 +0200
  • 57c46d9578 notebooks Marcin Junczys-Dowmunt 2016-06-13 18:57:02 +0200
  • 636899439b working CPU-based translation Marcin Junczys-Dowmunt 2016-06-12 18:23:43 +0200
  • f2e420094e cpu version, first try Marcin Junczys-Dowmunt 2016-06-12 09:25:26 +0200
  • a2f67edfab supress unk by default Marcin Junczys-Dowmunt 2016-06-09 18:14:27 +0200
  • dfd47f61b6 added yaml-cpp Marcin Junczys-Dowmunt 2016-05-18 16:19:33 +0200
  • 8b804b6b10 optionz to ran amun without config file Marcin Junczys-Dowmunt 2016-05-18 15:38:28 +0200
  • 3dffcc4387 change name to amunmt Marcin Junczys-Dowmunt 2016-05-15 12:21:11 +0200
  • 4a2cfa0d4c fixed small bug Marcin Junczys-Dowmunt 2016-05-15 10:52:21 +0200
  • 8eb641ad45 towards lazy allocation Marcin Junczys-Dowmunt 2016-05-09 11:56:16 +0200
  • 4b79f3e72a towards lazy allocationi Marcin Junczys-Dowmunt 2016-05-09 11:55:24 +0200
  • 3db0f30312 function keywords Marcin Junczys-Dowmunt 2016-05-08 18:42:19 +0200
  • 29ef0fee9e deleted old tensor Marcin Junczys-Dowmunt 2016-05-07 22:57:04 +0200
  • 7fd950fbda working basic training Marcin Junczys-Dowmunt 2016-05-07 22:56:23 +0200
  • 4291c918ae towards cudnn Marcin Junczys-Dowmunt 2016-05-04 18:21:24 +0100
  • a43d0b27c0 updated readme Marcin Junczys-Dowmunt 2016-05-04 14:18:00 +0100
  • b6e18731ac star Marcin Junczys-Dowmunt 2016-05-04 11:08:59 +0100
  • 28ba2628f9 more operators Marcin Junczys-Dowmunt 2016-05-04 11:07:44 +0100
  • b9e26509dd random Marcin Junczys-Dowmunt 2016-05-04 08:26:23 +0100
  • c084ecd76c more loops Marcin Junczys-Dowmunt 2016-05-04 00:05:20 +0100
  • 9bf70850cf changed name Marcin Junczys-Dowmunt 2016-05-03 23:59:09 +0100
  • cb255acab9 changed name Marcin Junczys-Dowmunt 2016-05-03 23:55:11 +0100
  • 82b97c8536 more coolness Marcin Junczys-Dowmunt 2016-05-03 23:51:17 +0100
  • 8ca29596f9 more coolness Marcin Junczys-Dowmunt 2016-05-03 23:45:02 +0100
  • e5fcec663c more coolness Marcin Junczys-Dowmunt 2016-05-03 23:43:39 +0100
  • d19f1f610f in loop Marcin Junczys-Dowmunt 2016-05-03 23:18:12 +0100
  • 437863be38 in loop Marcin Junczys-Dowmunt 2016-05-03 23:17:09 +0100
  • ad853351cc in loop Marcin Junczys-Dowmunt 2016-05-03 23:16:46 +0100
  • c49242ec69 in loop Marcin Junczys-Dowmunt 2016-05-03 23:12:21 +0100
  • 6a7c9316fc very cool Marcin Junczys-Dowmunt 2016-05-03 22:57:28 +0100
  • 8a5f319bfb Update README.md Marcin Junczys-Dowmunt 2016-05-03 20:51:26 +0100
  • d06edcb41f Create README.md Marcin Junczys-Dowmunt 2016-05-03 20:50:44 +0100
  • b801898265 Update LICENSE.md Marcin Junczys-Dowmunt 2016-05-03 20:49:50 +0100
  • 0a17438868 check for matching weights and scorers Marcin Junczys-Dowmunt 2016-05-02 21:01:34 +0200
  • 214bf7d67e fixed bug in cuda device assignment for ensembles Marcin Junczys-Dowmunt 2016-05-02 16:12:33 +0200
  • 5bfb26eac1 dump configs Marcin Junczys-Dowmunt 2016-05-01 23:30:57 +0200
  • 344182f876 paths can be relative to config file locations Marcin Junczys-Dowmunt 2016-05-01 21:33:39 +0200
  • 24a661e02c relative to absolute paths Marcin Junczys-Dowmunt 2016-05-01 20:56:00 +0200
  • 23f4871089 todos Marcin Junczys-Dowmunt 2016-05-01 17:01:26 +0200
  • 8ba8ec2e21 rearranged readme Marcin Junczys-Dowmunt 2016-05-01 16:42:21 +0200
  • 342b754308 rearranged readme Marcin Junczys-Dowmunt 2016-05-01 16:34:02 +0200