Commit Graph

820 Commits

Author SHA1 Message Date
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
Hieu Hoang
154831d07a compile error 2017-02-08 12:42:42 +00:00
Hieu Hoang
a72543bdf1 move nextStates into Decode() 2017-02-08 02:01:21 +00:00
Hieu Hoang
ed7d182dd4 pointless const vector of shared_ptr. Actual object can be unconst 2017-02-08 01:52:50 +00:00
Hieu Hoang
0ecf9906ca merge 2017-02-07 23:43:21 +00:00
Tomasz Dwojak
3d78969785 Repair indents in god.cpp 2017-02-07 23:38:37 +00:00
Tomasz Dwojak
9d8ae4bd67 Repair indents in search.cpp 2017-02-07 23:28:07 +00:00
Hieu Hoang
0cedad9ce0 Merge ../amunmt.hieu.neuralpt into neuralpt 2017-02-07 17:45:08 +00:00
Hieu Hoang
65d57da0b0 stored sentences. Used in decoding 2017-02-07 17:39:35 +00:00
Hieu Hoang
790abd5f8f re-exclude building libraries 2017-02-07 17:14:21 +00:00
Hieu Hoang
a4587cb3f2 clean up hypo state interface 2017-02-07 17:12:36 +00:00
Hieu Hoang
6b7aa7577b clean up hypo state interface 2017-02-07 16:54:59 +00:00
Hieu Hoang
fd74cc932a make sure it runs on machine with GPU or CUDA 2017-02-07 16:29:11 +00:00