Commit Graph

1167 Commits

Author SHA1 Message Date
Marcin Junczys-Dowmunt
29c9ccf53f Merge pull request #93 from marian-nmt/optimizer_work
Optimizer work
2017-07-20 16:00:19 +02:00
Nikolay Bogoychev
48d3095a61 Default arguments ruin everything 2017-07-19 15:33:49 -07:00
XapaJIaMnu
5cd352e869 Simplify optimizer and allow for dynamic learning rate to be used with tau 2017-07-19 19:45:21 -07:00
XapaJIaMnu
5f6c73f419 Resolve merge conflict 2017-07-19 08:21:00 -07:00
Marcin Junczys-Dowmunt
0797ed0759 moved t++ to right place 2017-07-19 02:23:16 +02:00
Marcin Junczys-Dowmunt
afe39e2f77 delayed SGD updates 2017-07-18 23:15:04 +02:00
Nikolay Bogoychev
289ae93917 Merge pull request #90 from marian-nmt/fixd_guards
Fix guards in a few files
2017-07-18 10:34:42 -07:00
Nikolay Bogoychev
94c20ea7ab Forgot to set the option 2017-07-18 06:47:02 -07:00
Nikolay Bogoychev
e872185d64 Add command line activation option 2017-07-18 05:01:16 -07:00
Nikolay Bogoychev
355f900c74 Merge branch 'master' into optimizer_work 2017-07-18 02:39:10 -07:00
Marcin Junczys-Dowmunt
13c72ade48 Update README.md 2017-07-18 10:47:32 +02:00
Nikolay Bogoychev
29e331cd31 initial work to get an optimizer to support larger batches 2017-07-17 08:29:01 -07:00
Nikolay Bogoychev
588d317fe6 Fix guards in a few files 2017-07-17 08:07:12 -07:00
Marcin Junczys-Dowmunt
18aca91700 Merge branch 'master' of github.com:marian-nmt/marian-train 2017-07-16 14:18:10 +02:00
Marcin Junczys-Dowmunt
2ef3184dc0 working aligned memory allocation 2017-07-16 02:47:13 +02:00
Hieu Hoang
cac611acc3 testing commit email 2017-07-15 16:25:04 +01:00
Marcin Junczys-Dowmunt
44f14d6a1d minimal example with error 2017-07-15 17:01:39 +02:00
Marcin Junczys-Dowmunt
9c9111c2a1 Merge branch 'master' into allocator 2017-07-15 14:18:23 +02:00
Marcin Junczys-Dowmunt
7f52fa72b6 replace gaussian noise temporarily with uniform noise 2017-07-15 02:25:29 +02:00
Marcin Junczys-Dowmunt
abdb9354dc add gaussian noise 2017-07-15 01:14:49 +02:00
Marcin Junczys-Dowmunt
fec8ecbef0 fix reloading issue with amun model type on single GPU with moving average. Fixes #88 2017-07-14 13:45:34 +02:00
Roman Grundkiewicz
bb88dbe975 Fix Jenkins tests 2017-07-13 14:48:39 +01:00
Roman Grundkiewicz
5292a2851e Remove old script 2017-07-13 13:04:31 +01:00
Roman Grundkiewicz
7aaa3ba985 Switch to manual project versioning 2017-07-13 13:02:43 +01:00
Roman Grundkiewicz
d12077ccc1 Update config interface 2017-07-12 11:44:58 +01:00
Roman Grundkiewicz
e12cf55e4f Merge branch 'master' into newconfig 2017-07-12 10:13:43 +01:00
Roman Grundkiewicz
1e2ddaa5fa Fix exception if no directory for model is used 2017-07-11 18:19:40 +01:00
Marcin Junczys-Dowmunt
dba08d359a Merge branch 'master' of https://github.com/marian-nmt/marian-train 2017-07-11 16:27:58 +00:00
Marcin Junczys-Dowmunt
0f4d113148 revert spdlog submodule for now 2017-07-11 16:27:45 +00:00
Roman Grundkiewicz
439ca79262 Add ConfigMode 2017-07-11 15:27:22 +01:00
Roman Grundkiewicz
c72235825e Add 'training started' message 2017-07-11 11:36:09 +01:00
Roman Grundkiewicz
8c3699ea81 Fix #71 - segfault if path for model does not exist 2017-07-11 11:27:46 +01:00
Roman Grundkiewicz
713865c6ff Rename --mini-batch-valid to --valid-mini-batch 2017-07-11 10:57:29 +01:00
Roman Grundkiewicz
af7d722657 Add --mini-batch-valid option & clean option messages 2017-07-11 10:50:29 +01:00
Marcin Junczys-Dowmunt
614f16ef2f working mult-source hard-attention model 2017-07-10 20:37:03 +00:00
Marcin Junczys-Dowmunt
8f10f4f024 working multi-source model 2017-07-10 19:31:35 +00:00
Marcin Junczys-Dowmunt
0182d4478f Merge branch 'master' of https://github.com/marian-nmt/marian-train 2017-07-10 18:14:58 +00:00
Marcin Junczys-Dowmunt
b5dfd43a52 make hard-attention models work 2017-07-10 18:14:43 +00:00
Roman Grundkiewicz
e78ab81cc0 Add script for updating version 2017-07-10 17:34:42 +01:00
Roman Grundkiewicz
a5d35b82b0 Update to version v0.0.0-test 2017-07-10 17:33:44 +01:00
Marcin Junczys-Dowmunt
13905bef10 Merge pull request #84 from marian-nmt/ug-spdlog-submodule
Made spdlog a submodule that will be synched automatically by cmake
2017-07-10 10:56:55 -04:00
Roman Grundkiewicz
d1ef644f00 Fix indentation 2017-07-10 14:46:15 +01:00
Ulrich Germann
0b0d2a4b18 Automatic submodule initialization should work now. 2017-07-10 14:12:08 +01:00
Roman Grundkiewicz
c9fb07fd0b Move Config to src/common 2017-07-10 12:11:41 +01:00
Roman Grundkiewicz
0743d58d88 Remove seed from ConfigParser 2017-07-10 11:56:03 +01:00
Roman Grundkiewicz
11d98c407b Extract function OutputYaml 2017-07-10 11:48:59 +01:00
Roman Grundkiewicz
7efc3497bb Merge branch 'master' of https://github.com/marian-nmt/marian-train into config 2017-07-10 11:21:28 +01:00
Roman Grundkiewicz
0cf192fbfb Remove tab indentations 2017-07-10 11:13:33 +01:00
Tomasz Dwojak
59b78d010e Temporary turn off char conv test 2017-07-10 09:51:21 +00:00
Ulrich Germann
e46aa14ae8 Made spdlog a submodule that will be updated automatically when cmake is run. 2017-07-09 00:40:56 +01:00