-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running the gtav_inference_demo.bat it gets stuck. #5
Comments
Can you please provide info about:
? |
GPU: 3090 turbo 24g | GPU Name TCC/WDDM | Bus-Id Disp.A | Volatile Uncorr. ECC | | 0 NVIDIA GeForce ... WDDM | 00000000:0A:00.0 On | N/A | CUDA: nvcc: NVIDIA (R) Cuda compiler driver Python: python --version cuDNN: cudnn-11.3-windows-x64-v8.2.1.32 Now it seems to say Errors may have originated from an input operation. Function call stack: Was missing some windows environment paths before. |
Going to try to reinstall CuDNN for 8.1.0. |
Yes, cuDNN 8.1 or newer is required with Tensorflow 2.5. In case of issues, you can use TF 2.4. |
Not sure why but when running the demo bat file it seems to get stuck.
(base) C:\Users\lanzc\Documents\GitHub\GANTheftAuto>python inference.py --saved_model ./trained_models/gan_5_1_17.pt --data gtav:./data/gtav/gtagan_2_sample --inference_image_path ./data/gtav/2.png --show_base_images True --upsample_model ./trained_models/upsample---[_20]---[______3171]---[_____63420].h5
Adding attention layer in G at resolution 32
Adding attention layer in G at resolution 64
Param count for Gs initialized parameters: 29664579
Adding attention layer in D at resolution 64
Adding attention layer in D at resolution 32
Param count for Ds initialized parameters: 1081733
It stays here forever.
The text was updated successfully, but these errors were encountered: