Marcin Junczys-Dowmunt
c73e09a31b
modfied cmake files to build marian executables,
2017-03-23 19:19:01 +01:00
Marcin Junczys-Dowmunt
6fcdd81f68
Merge branch 'master' into marian-integration
2017-03-22 09:42:45 +01:00
Marcin Junczys-Dowmunt
62cad1d904
fixes #54
2017-03-22 09:41:36 +01:00
Ulrich Germann
c5b47ac09e
Automatically build Marian Library when building Amunmt.
2017-03-22 01:56:19 +00:00
Ulrich Germann
86e323305d
Merge branch 'marian-integration' of http://github.com/amunmt/amunmt into marian-integration
2017-03-22 01:24:03 +00:00
Ulrich Germann
101abf5de7
Moved submodule marian from submodules/ to root of amunmt repo, as per MJD's request.
2017-03-22 01:21:17 +00:00
Ulrich Germann
61f8e1d5c4
Updated README.md re submodule marian
...
Added instructions on how to set up the repository post-clone or post-checkout to work with the marian submodule.
2017-03-21 18:52:31 +00:00
Ulrich Germann
7e61ec87e5
Removed dummy file from submodules/marian
2017-03-21 18:32:08 +00:00
Ulrich Germann
95eb437546
Added dummy file in submodules/marian to test post-rewrite hook in amunmt.
2017-03-21 18:25:52 +00:00
Ulrich Germann
9b60df56ef
Made post-rewrite hook executable in git-hooks.
2017-03-21 18:19:25 +00:00
Ulrich Germann
93af06e9c7
Added post-rewrite hook to automatically update submodules when
...
they change.
2017-03-21 18:08:33 +00:00
Ulrich Germann
b133012cf8
Added submodule submodules/marian in branch amunmt-stable.
2017-03-21 17:44:16 +00:00
Tomasz Dwojak
f97cdfd77a
Add cpu layer normalization functions
2017-03-21 14:57:24 +00:00
Tomasz Dwojak
73a71a1fcb
Add layer normalization matrices to cpu model
2017-03-21 14:57:24 +00:00
Tomasz Dwojak
3fb9faedd1
Add layer normalization to dl4mt model - only GPU
2017-03-21 14:57:24 +00:00
Tomasz Dwojak
ff1d6bd309
Denoise a lack of a matrix in model
2017-03-21 14:57:24 +00:00
Tomasz Dwojak
697c1a6bb1
Add bool operator to mblas::matrix
2017-03-21 14:57:24 +00:00
Tomasz Dwojak
d3615d2481
Add layer normalization matrices to model
2017-03-21 14:57:24 +00:00
Tomasz Dwojak
1d86121c76
Add layer normalization functions
...
* Adding cuda kernel
* Adding matrix function
2017-03-21 14:57:24 +00:00
Hieu Hoang
8e5ef6f9ef
move eclipse files
2017-03-21 11:08:39 +00:00
Ulrich Germann
ac8ced2343
Fixed bug related to saved python None in .npy files.
2017-03-16 17:35:33 +00:00
Ulrich Germann
2e5bd0cb1d
Fixed more bugs in logging that commit c3591e613c
seems to have introduced.
2017-03-15 18:21:24 +00:00
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