Skip to content

Commit

Permalink
fix + rename lenet training script
Browse files Browse the repository at this point in the history
  • Loading branch information
shelhamer committed Feb 26, 2014
1 parent bb07c06 commit 026ccd7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions examples/lenet/train_lenet.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env sh

$TOOLS=../../build/tools

GLOG_logtostderr=1 $TOOLS/train_net.bin lenet_solver.prototxt
3 changes: 0 additions & 3 deletions examples/lenet/train_mnist.sh

This file was deleted.

0 comments on commit 026ccd7

Please sign in to comment.