-
Notifications
You must be signed in to change notification settings - Fork 12
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
The code runs with unseen class accuracy 0.00 for all epochs. #3
Comments
We haven't come across such an issue. The code has been tested and verified on Pytorch 0.3.1. |
Okay, I will recheck my environment. Thanks! |
Unfortunately, this issue isn't reproducible in our systems. It runs fine for the default repo on both HMDB51 and UCF101. |
Another concern is the negative values in both (Loss_G and Loss_D) loss function. Can you provide a log of loss functions for reference? I tried to run f-CLSWGAN code for image classification, and I get a negative Discriminator loss there too, what could be the reason? |
Same here. I fix some error caused by pytorch version mismatch and run GZSL-OD. For seen and unseen classes, the accuracies are all 0. My versions:
|
In classifier_entropy.py, I change the line: I observed 0 accuracies as well before this fix. |
while training the model, I get unseen class accuracy of 0.00 right from the first epoch until the end. Though loss values are reducing from 6 to 3 (approx). There is no change in training accuracy. what could be the reason?
Thanks
The text was updated successfully, but these errors were encountered: