CIHP_PGN
CIHP_PGN copied to clipboard
Ask for GPU pre-training checkpoint
Could you provide GPU pre-training checkpoints? Run codes with CPU is too slow.
I also face this issue. The pre-trained model provided by Google Drive only supports CPU inference. I have to set os.environ["CUDA_VISIBLE_DEVICES"]="" in the inference.py to only use CPU.