Closed Vonisoa closed 5 years ago
I had the same error, because I was using the wrong tensorpack version. Downgrading tensorpack to version 0.9.5 solved the issue for me.
Hey @Vonisoa As @klekass mentioned, you will need to use the same package versions as here requirments
Hi, when I try to run the DQN.py inside
examples/LandmarkDetection
using the command:python DQN.py --task play --algo DQN --gpu 0 --load data/models/DQN_multiscale_brain_mri_point_pc_ROI_45_45_45/model-600000 --files './data/filenames/image_files.txt'
I got the following error:
Can you help please?