Skip to content
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

How to resume training from snapshot #18

Open
fairylrt opened this issue Mar 18, 2016 · 3 comments
Open

How to resume training from snapshot #18

fairylrt opened this issue Mar 18, 2016 · 3 comments

Comments

@fairylrt
Copy link

I have modified the run_gpu code and add argument network, and I'm sure the network is loaded from file (I add a print at loading place), but the result is just like from scratch.
However, using the test_gpu, I'm sure the snapshot does have a trained network.

Does anyone have some suggestion?

@J6767
Copy link

J6767 commented Jun 7, 2016

Please post how you have edited run_gpu, that may be the source of the error.

@jtgebert
Copy link

Has anyone figured out how to resume a network yet. I tried adding a parameter to run_gpu for a pretrained network, but when I put "-network $2" (it is the second parameter) into the args array it still runs the game from scratch

@iostreamdoth
Copy link

I would suggest saving the step count as soon as file is saved and start from that step count.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants