-
Notifications
You must be signed in to change notification settings - Fork 7
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
resume training process #4
Comments
Hi Kilmarnock, It's possible but not implemented. That's a good feature to have. :-) -Peter On Sat, Jan 23, 2016 at 3:14 AM, kilmarnock [email protected]
|
I have got it resuming using a piece of code like this:
I would write a "take the highest iteration count in the model directory", or "parse the solverstate from command line" but cpp is not mine. And I have never been here. |
another thing to consider is snapshotting the replay_memory_. The network On Sat, Jan 23, 2016 at 1:31 PM, kilmarnock [email protected]
|
I had a look at Mr. Hausknechts repository https://github.com/mhauskn/dqn in the recurrent branch, loading and storing replay memory is implemented there in full beauty. |
Hi!
Is it (currently / in the future / generally spoken) possible to resume the training process of fast-dqn-caffe?
I assumed that giving a -model model/dqn_iter_1000000.caffemodel would resume training? I see a dqn_iter_1000000.solverstate but no option in the ./src/fast_dqn_main.cpp file. -solver has to point to a .prototxt file.
Thank you for the implementation.
The text was updated successfully, but these errors were encountered: