-
Notifications
You must be signed in to change notification settings - Fork 37
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
Comments
Sorry this is environment bug, and I fixed with: torch : 1.2.0 |
Hi, sorry for late response! Glad to hear that you fixed it! :) |
Ran into the same issue. Managed to get it working with a nightly pytorch build: torch: 1.5.0 |
@LendelTheGreat Thank you |
Hi, sorry for the late response! 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 ! |
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 :
bug occur in line 312 in finetune.py
Do you understand this bug meaning???
The text was updated successfully, but these errors were encountered: