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 | 35527b4691c6ca08694e2235e1c469f155a31c47 (patch) | |
tree | e90c14cb05458db972bd70bf6829614d9c70c1e3 /dtrain/test/example/README | |
parent | fde1df3ee578564f78d7d0eac453dcb3f1740e05 (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. + |