-
Notifications
You must be signed in to change notification settings - Fork 422
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
Model collapse from the get go on grumpycat dataset #178
Comments
Have you solved your problem yet? |
1 similar comment
Have you solved your problem yet? |
My code works fine now, odds are it's the version of the package. Just change it all to zhuyanjun's version. |
My sincere thanks! |
|
Problem resolved. Don't use the PyTorch and torchvision versions from the requirements file. I was able to run it using the newer versions. |
Steps to reproduce the issue:
Now the output:
I swapped asbolute paths to the clone location with
<MYPATH>
I first got:
And then I got:
So from the first epoch, all values for the loss function are
nan
.In addition, there's a mismatch between:
conda env create -f environment.yml
andpip install -r requirements.txt
. Specificallly,visdom
andnetworkx
aren't installed when using the theenvironment.yml
setup option, but are installed when thepip
setup option is used.Edit: Also after using
pip install -r requirements.txt
and then running:the model collapses:
The text was updated successfully, but these errors were encountered: