SINGA-85 Add functions for extracting features and test new data Add singatest into gitignore comment checkpoint path in cifar10/job.conf
Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/584a8494 Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/584a8494 Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/584a8494 Branch: refs/heads/master Commit: 584a84942afe514a627cca5ac0faa0751522205c Parents: e928ebb Author: Wei Wang <[email protected]> Authored: Sun Oct 11 16:14:46 2015 +0800 Committer: Wei Wang <[email protected]> Committed: Sun Oct 11 16:14:46 2015 +0800 ---------------------------------------------------------------------- .gitignore | 1 + examples/cifar10/job.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/584a8494/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 972d2ca..bce0b6e 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,7 @@ tmp/ *.binaryproto singa singatool +singatest .libs *.la *.deps http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/584a8494/examples/cifar10/job.conf ---------------------------------------------------------------------- diff --git a/examples/cifar10/job.conf b/examples/cifar10/job.conf index cce647a..23f41f8 100644 --- a/examples/cifar10/job.conf +++ b/examples/cifar10/job.conf @@ -3,7 +3,7 @@ train_steps: 1000 test_steps: 10 test_freq: 300 disp_freq: 30 -checkpoint_path: "examples/cifar10/checkpoint/step50000-worker0" +#checkpoint_path: "examples/cifar10/checkpoint/step50000-worker0" train_one_batch { alg: kBP }
