-
Notifications
You must be signed in to change notification settings - Fork 47
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
Another size of image #28
Comments
Try this simple command to test if the pytorch and cuda are installed successfully:
Did you train your own "checkpoint_512_celeba-hq.pt" since that it needs so much GPU memory as comment in https://github.com/imlixinyang/HiSD/issues/12#issuecomment-840404898 (i.e. at least 4x Tesla V100)? The released checkpoint supports to use 512x512 image as input since it will automatically resize the image into corresponding resolution. |
Sorry, but I can't see what the content is in this url https://github.com/imlixinyang/HiSD/issues/12#issuecomment-840404898 The result is that Now, I don't know that just only checkpoint_512 can output 512x512 image ? |
Only checkpoint_512 which is trained with 512 resolution can output 512x512 image directly. If you want to use 256x256 checkpoint to output 512x512 image, you should upsample the output in the test code. |
Traceback (most recent call last): I run the origin test code which produce above message. |
It looks like that the reason is the python environment or packages. I recommend you to use conda environment (e.g., anaconda) and reinstall the cudatoolkit and pytorch following the repo. |
Thank you for your research !
But now, I try to generate a new "checkpoint_512_celeba-hq.pt" for 512x512 size image. However, it still something wrong through test.py phase.
The error message shows that :
RuntimeError: cuDNN error: CUDNN_STATUS_EXECUTION_FAILED
How can I do now ? Do you have the checkpoint_512_celeba-hq.pt file ?
The text was updated successfully, but these errors were encountered: