-
Notifications
You must be signed in to change notification settings - Fork 59
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
PyTorch 1.2+ Not Supported #5
Comments
|
Is there any hope of training on Pytorch1.7? My video card is a series 30 |
Probably easier to just create an environment with PyTorch 1.1, or is this not possible? |
I successfully coded and decoded in pytorch1.7, and the weight trained in pytorch1.7 appeared noise in the images after encoding and decoding.The weight trained on pytorch1.1 is no problem after encoding and decoding with pytorch1.7. Do you have any suggestions for me to find the problem? Thank you very much. |
I tried to find it but couldn't find it. There is probably a problem with the weights saved during training, because it is correct to run forward images on Pytorch1.7 using the weights published by the author. |
@fab-jul Please Dr. Fabian, Would you please give some comments how to debug this problem(noisy decoded images)? |
I made some experiments between 2 servers, A with pytorch 1.1, RTX 2060, B with pytroch 1.7, RTX 3090. model A can be used to encoding/decoding in both server A and B. I tried to downgrade pytorch to 1.1 in server B, but problem still not solved. |
Will add here what I find. For now:
logistic_mixture.py
.The text was updated successfully, but these errors were encountered: