Ulrich Germann
1de25fbff9
Bug fix in logging.
2017-03-15 18:03:04 +00:00
Hieu Hoang
c3591e613c
merge
2017-03-12 21:04:21 +00:00
Hieu Hoang
d33c4e0c5c
testing commit emails4
2017-03-10 20:32:09 +00:00
Hieu Hoang
f7eefeb1b0
testing commit emails3
2017-03-10 20:29:09 +00:00
Hieu Hoang
693547346d
testing commit emails2
2017-03-10 20:24:10 +00:00
Hieu Hoang
daa2e65ba8
testing commit emails
2017-03-10 20:04:52 +00:00
Ulrich Germann
1f6ee84677
Added very simple wrapper scripts/amun.py around libamunmt.so for testing.
2017-03-10 19:42:04 +00:00
Ulrich Germann
51dc3306ca
More fixes related to logging.
2017-03-10 18:19:49 +00:00
Tomasz Dwojak
359ec7bd98
Fix again nth_element
2017-03-09 11:54:33 +00:00
Ulrich Germann
eda37f3548
Bug fix in logging ("{}" was missing a few times).
2017-03-05 17:17:56 +00:00
Ulrich Germann
5ec391ab88
Merge branch 'master' of http://github.com/amunmt/amunmt
2017-03-05 16:48:26 +00:00
Ulrich Germann
e4f96e70ae
Added options to silence logging (info and progress independently).
...
This is currently accomplished by setting up a "NULL" logger that writes to
/dev/null instead of stderr. Setting this up required an upgrade of spdlog to the
latest version, which doesn not povide a streaming interface any more, so all
calls to LOG(...) had to be adjusted.
New boolean (command line) options:
--log-progress
--log-info
2017-03-05 16:43:45 +00:00
Marcin Junczys-Dowmunt
fe567f884d
Matching license with marian
2017-03-03 23:58:54 +01:00
Ulrich Germann
0294fecd23
Added a shutdown() function to the python API to avoid runtime errors upon script shutdown.
2017-03-03 22:41:52 +00:00
Tomasz Dwojak
c2e1257bd3
Fix bug with memory access
2017-03-01 13:42:29 +00:00
Hieu Hoang
6703aa2a3c
change scope of god. warnings on gcc, compile error on clang
2017-02-21 10:33:16 +00:00
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