CaffeOnSpark icon indicating copy to clipboard operation
CaffeOnSpark copied to clipboard

GetStarted_yarn can't produce various snapshots(mnist_lenet_iter_*.caffemodel/solverstate).

Open guyang88 opened this issue 8 years ago • 2 comments

@junshi15 @davglass @gyehuda @javadba @pcnudde @mriduljain I ran caffeonspark on yarn grid following GetStarted_yarn ,but I can't get various snapshots such as (mnist_lenet_iter_*.caffemodel/solverstate),and I get mnist.model file and mnist_features_results folder which contain correct results . I tried to set snapshots path in lenet_memory_solve.prototxt , it didn't work . Do I set path error?

guyang88 avatar Apr 05 '17 03:04 guyang88

If you use the protofiles given in the repo, then the max iteration is at 2000 and the snap shot interval is 5000.

https://github.com/yahoo/CaffeOnSpark/blob/master/data/lenet_memory_solver.prototxt#L18-L20

You won't get snapshot since the training is finished by then.

junshi15 avatar Apr 05 '17 05:04 junshi15

yeah, I got it . Thanks.

guyang88 avatar Apr 05 '17 05:04 guyang88