ADD-GCN
ADD-GCN copied to clipboard
AssertionError
Hello,Thank you for your work! question:assert os.path.exists(model_dir) == True AssertionError Often appear this problem, how to solve excuse me? Do you have a more detailed README.MD?What version of CUDA/TorchVision do you use?
Hello,Thank you for your work! question:assert os.path.exists(model_dir) == True AssertionError Often appear this problem, how to solve excuse me? Do you have a more detailed README.MD?What version of CUDA/TorchVision do you use?
For assertion error. You may not put the model file (.pth) in a right place.
For CUDA/TorchVision version. If you can run the PyTorch 1.0+ (GPU version) on your device. It must work for our code.
Hello,Thank you for your work! question:assert os.path.exists(model_dir) == True AssertionError Often appear this problem, how to solve excuse me? Do you have a more detailed README.MD?What version of CUDA/TorchVision do you use? 我将(.pth)文件放在了根目录的checkpoint/coco2014/ 文件夹下,也遇到了这个问题,请问您解决了这个问题了吗?