-
Notifications
You must be signed in to change notification settings - Fork 60
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
Why acc doesn't change when shift_model training? #31
Comments
Yes, this is a common failure mode! The model also takes a long time to get better-than-chance performance, which can make it look like it's stuck.
|
Thank you very much for your explanation. This makes me suddenly understand.
|
|
Thanks a lot, Andrew. It is really helpful. 😃 |
Sorry to bother you, I am here again. When a shift model (e.g., 'net.tf-30000') has been trained, how to use this model for testing?
|
Hello Andrew.
......
|
|
|
This problem is solved. As your suggestion, I add a "test_accuracy" function in "class NetClf". Thanks again, Andrew. 😀 |
Hi @ruizewang, would you mind to share the code you use to create data file for training, I would really appreciate that |
Hello,
When I train shift_lowfps model, the loss decreases slowly, but acc doesn't change (0.500).
Could you give me some advice?
By the way, what does the total loss mean?
The text was updated successfully, but these errors were encountered: