-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Suggestion]Add change the snapshot period item #15
Comments
i've also changed "solver.snapshot = self.snap_epochs" in "digits/model/tasks/caffe_train.py" |
Also "self.snap_epochs = snap_epochs" in "digits/model/tasks/caffe_train.py" "init" |
Hi @AltenLi. Yes, that's a feature that I was planning on adding. It looks like you've found all the right changes to make. If you've got it working, please send a pull request and I'll get it added into the master branch! |
I wonder if while we are at it, we should add an option to save the last N snapshots as well, with the default being all. |
It seems worked, but I wonder...is the unit of snapshot should be epoch or On Tue, Mar 24, 2015 at 3:38 AM, Luke Yeager [email protected]
Best Regards,李千 |
@lukeyeager I've updated the func for snapshot on my fork |
I'd like to add the textbox of snapshot_epoch for changing the snapshot period.
Or my disk is going to explode...
Would you tell me which file should I change?
(I've found the digits/model/forms.py to add the box)
The text was updated successfully, but these errors were encountered: