Open fairylrt opened 8 years ago
Please post how you have edited run_gpu, that may be the source of the error.
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 would suggest saving the step count as soon as file is saved and start from that step count.
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?