diff options
author | Patrick Simianer <simianer@cl.uni-heidelberg.de> | 2012-04-26 21:39:11 +0200 |
---|---|---|
committer | Patrick Simianer <simianer@cl.uni-heidelberg.de> | 2012-04-26 21:39:11 +0200 |
commit | 01110e92e7429df7882879e026b28aa9c89c724d (patch) | |
tree | f5e03f63c8ae907696582aaa66953cc5cd911610 /dtrain/test/example/README | |
parent | 28806638345e60bd442bf5fa8e7471f9115b0296 (diff) |
made pair sampling configurable
Diffstat (limited to 'dtrain/test/example/README')
-rw-r--r-- | dtrain/test/example/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dtrain/test/example/README b/dtrain/test/example/README new file mode 100644 index 00000000..e5a5de59 --- /dev/null +++ b/dtrain/test/example/README @@ -0,0 +1,6 @@ +Small example of input format for distributed training. +Call dtrain from cdec/dtrain/ with ./dtrain -c test/example/dtrain.ini . + +For this to work, disable '#define DTRAIN_LOCAL' from dtrain.h +and recompile. + |