Skip to content

Commit

Permalink
[example] resurrect imagenet training scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
shelhamer committed Sep 19, 2014
1 parent 7a507d6 commit a920a14
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/imagenet/resume_training.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env sh

./build/tools/caffe train \
--solver=models/bvlc_reference_caffenet/solver.prototxt \
--snapshot=models/bvlc_reference_caffenet/caffenet_train_10000.solverstate
4 changes: 4 additions & 0 deletions examples/imagenet/train_caffenet.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh

./build/tools/caffe train \
--solver=models/bvlc_reference_caffenet/solver.prototxt

0 comments on commit a920a14

Please sign in to comment.