Skip to content
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

Hi , Would you release your experiments environment? #1

Closed
Johnson-yue opened this issue Mar 4, 2020 · 5 comments
Closed

Hi , Would you release your experiments environment? #1

Johnson-yue opened this issue Mar 4, 2020 · 5 comments

Comments

@Johnson-yue
Copy link
Contributor

I am using, python3.7.3, cuda 10.0, cudnn 7.6.1 and then I run finetune.py as command:
python finetune.py --name AnimalFace_finetune --mixing --loss r1 --sched --dataset AnimalFace

and the Bug is :

cuDNN error: CUDNN_STATUS_NOT_SUPPORTED. This error may appear if you passed in a non-contiguous input

bug occur in line 312 in finetune.py

Do you understand this bug meaning???

@Johnson-yue
Copy link
Contributor Author

Sorry this is environment bug, and I fixed with:

torch : 1.2.0
torchvision : 0.3.0
cuda 10

@sangwoomo
Copy link
Owner

Hi, sorry for late response! Glad to hear that you fixed it! :)

@LendelTheGreat
Copy link

Ran into the same issue. Managed to get it working with a nightly pytorch build:

torch: 1.5.0
torchvision: 0.6.0
cuda 9.1

@Johnson-yue
Copy link
Contributor Author

@LendelTheGreat Thank you

@sangwoomo
Copy link
Owner

Hi, sorry for the late response!
I remember that I had the same issue, but I forgot it since I fixed it a while ago.

It is a bug in PyTorch 1.4.0 (when one using .transpose() or .permute()), and one can fix it by upgrading to nightly version or downgrading. Thanks for the reminder @LendelTheGreat !

sangwoomo added a commit that referenced this issue Mar 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants