You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: