Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Zheng222 committed May 2, 2018
1 parent 84c9001 commit 80a5309
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion train/train.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/usr/bin/env bash
# train from scratch
~/local/caffe/build/tools/caffe train -solver IDN_solver.prototxt -gpu 0 2>&1 | tee -a IDN_x2.log

~/local/caffe/build/tools/caffe train -solver IDN_solver.prototxt -gpu 0 2>&1 | tee -a IDN_x2.log
# train from pretrained model
#~/local/caffe/build/tools/caffe train -solver IDN_solver.prototxt -weights ../test/caffemodel/IDN_x2.caffemodel -gpu 0 2>&1 | tee -a IDN_x2.log

0 comments on commit 80a5309

Please sign in to comment.