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 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.
Could you provide GPU pre-training checkpoints? Run codes with CPU is too slow.
The text was updated successfully, but these errors were encountered: