diff options
author | Chris Dyer <redpony@gmail.com> | 2013-03-18 05:14:48 -0700 |
---|---|---|
committer | Chris Dyer <redpony@gmail.com> | 2013-03-18 05:14:48 -0700 |
commit | 3aeab176d9068b13e3ca3394be4f9089f5952517 (patch) | |
tree | f0d458ee427a3dd3632c99ea7febe463dc571e07 /training/dtrain/test/example/README | |
parent | 4f452c5bf5cd0ed3cb50d31012f93a50366b3aac (diff) | |
parent | a416615b81380d664246f11a8047098c59185838 (diff) |
Merge pull request #17 from pks/master
dtrain
Diffstat (limited to 'training/dtrain/test/example/README')
-rw-r--r-- | training/dtrain/test/example/README | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/training/dtrain/test/example/README b/training/dtrain/test/example/README deleted file mode 100644 index 6937b11b..00000000 --- a/training/dtrain/test/example/README +++ /dev/null @@ -1,8 +0,0 @@ -Small example of input format for distributed training. -Call dtrain from cdec/dtrain/ with ./dtrain -c test/example/dtrain.ini . - -For this to work, undef 'DTRAIN_LOCAL' in dtrain.h -and recompile. - -Data is here: http://simianer.de/#dtrain - |