Commit Graph

782 Commits

Author SHA1 Message Date
Hieu Hoang
9e5a1f9fdf tweak 2017-02-20 18:19:01 +00:00
Hieu Hoang
dae0a96c1d minor rename 2017-02-20 16:44:50 +00:00
Hieu Hoang
c873fafa5c Merge branch 'neuralpt' of github.com:hieuhoang/amunmt into neuralpt 2017-02-20 15:58:21 +00:00
Hieu Hoang
3d404d2f85 move newline processing into amun_server.py 2017-02-20 15:57:46 +00:00
Hieu Hoang
e309f4f369 merge 2017-02-20 15:45:32 +00:00
Hieu Hoang
f72cec0cc7 debug 2017-02-20 14:46:24 +00:00
Hieu Hoang
048c93c8a2 debug 2017-02-20 14:45:13 +00:00
Hieu Hoang
65dd99a245 pythong server with batching 2017-02-20 14:38:13 +00:00
Hieu Hoang
0ea5422d37 translate small batches 2017-02-20 14:12:16 +00:00
Hieu Hoang
ac099a193f skipping every 2nd line due to double increment 2017-02-20 14:05:42 +00:00
Hieu Hoang
e39d0c8f8a batching in client 2017-02-20 13:01:44 +00:00
Hieu Hoang
c316b64d34 remove newline from input 2017-02-20 12:44:53 +00:00
Hieu Hoang
fd631d317f pythong server with batching 2017-02-20 12:32:19 +00:00
Hieu Hoang
39e9a742cd create TranslationTaskSync 2017-02-20 12:09:25 +00:00
Hieu Hoang
e6a6d33f59 minor rename 2017-02-20 11:54:04 +00:00
Hieu Hoang
c8249482a7 minor rename 2017-02-20 11:53:57 +00:00
Hieu Hoang
fc3dfcfea2 start using god's threadpool 2017-02-20 11:02:32 +00:00
Hieu Hoang
6ce7162c7f tweak client script 2017-02-20 10:49:40 +00:00
Hieu Hoang
18bcf41895 expose God::Threadpool 2017-02-20 10:29:29 +00:00
Hieu Hoang
7d4c5776d5 minor compile error 2017-02-18 01:36:39 +00:00
Hieu Hoang
60370ba504 move threadpool into God 2017-02-17 17:32:07 +00:00
Hieu Hoang
2f09087e0b move enqueue into God 2017-02-17 17:14:28 +00:00
Hieu Hoang
3b34dbcdfc move enqueue class into Sentences 2017-02-17 17:01:24 +00:00
Hieu Hoang
1fee16f7df split Sentences class into its own file 2017-02-17 16:48:27 +00:00
Hieu Hoang
b7c1e8b421 delete old counters 2017-02-17 15:57:32 +00:00
Hieu Hoang
b0de23491f add python client 2017-02-17 15:30:41 +00:00
Hieu Hoang
25793ccb4b add another pythong client 2017-02-17 15:10:57 +00:00
Hieu Hoang
01a18b74ad make threadpool a global object for re-use. CUDA devices are locked to a thread so need to re-use threads 2017-02-17 14:00:03 +00:00
Hieu Hoang
d3eb92941b rows() -> columns() 2017-02-13 15:20:30 +00:00
Hieu Hoang
eaecafbb03 eclipse 2017-02-11 15:28:18 +00:00
Hieu Hoang
302b685df9 operator= return ref 2017-02-10 13:38:44 +00:00
Hieu Hoang
ff7bb00756 merge 2017-02-10 13:24:33 +00:00
Tomasz Dwojak
c92bc64994 Update README: bindings section 2017-02-10 10:57:59 +00:00
Tomasz Dwojak
ed125905cc Add description about Python bindings 2017-02-10 10:50:56 +00:00
Tomasz Dwojak
43f3f30c08 Change target name for python bindings to 'python' 2017-02-10 10:22:53 +00:00
Marcin Junczys-Dowmunt
09082d6be9 bold warning 2017-02-09 19:28:04 +00:00
Marcin Junczys-Dowmunt
5227095ece Update README.md 2017-02-09 19:26:36 +00:00
Tomasz Dwojak
8d641fd092 Fix cuda compilation badge 2017-02-09 18:07:14 +00:00
Tomasz Dwojak
66fef08044 Change Jenkins server from fatboy to uedin's Vali 2017-02-09 17:56:36 +00:00
Hieu Hoang
fbb1aa85e5 output debugging in order 2017-02-09 16:11:27 +00:00
Hieu Hoang
0327a45010 unused headers 2017-02-09 15:30:47 +00:00
Hieu Hoang
a1de93fce8 use thread_local. Lock GetNextDevice() 2017-02-09 15:28:30 +00:00
Hieu Hoang
8ff1350fd1 distribute minibatches 2017-02-09 15:07:42 +00:00
Hieu Hoang
6ca1011070 Decode() per step 2017-02-08 17:31:18 +00:00
Hieu Hoang
22b7cb0c28 CalcBeam() - 5 2017-02-08 16:21:28 +00:00
Hieu Hoang
f885f2bff8 just add unused args to fn 2017-02-08 16:16:39 +00:00
Hieu Hoang
ca8af9aafa CalcBeam() - 4 2017-02-08 15:05:18 +00:00
Hieu Hoang
1ad8f2aff9 CalcBeam() - 3 2017-02-08 15:02:07 +00:00
Hieu Hoang
e032de207f CalcBeam() - 2 2017-02-08 14:49:05 +00:00
Hieu Hoang
98917c2554 CalcBeam() 2017-02-08 14:41:48 +00:00