-
Notifications
You must be signed in to change notification settings - Fork 183
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
ReFixmatch #235
Comments
I have met the same question when running the freematch. Whats the problem? |
Can you post the training log here? |
Thank you for your quick response. I have followed your provided configuration exactly for the training. I hope to receive your guidance. My GPU is a 4080. 2024-12-17 01:06:43,869 INFO] model saved: ./saved_models/usb_cv/freematch_cifar100_400_0/latest_model.pth [2024-12-16 18:31:44,008 INFO] Use GPU: 0 for training |
Can you refer to the hyper-parameter in this log file: https://drive.google.com/drive/folders/1oON5Vyjvb3vWxOQl7hdUl-eh0K-TEPPS? It seems from an earlier issue that the we might used a different parameter from the config file. |
Okay, there are indeed some differences in the parameters. I understand now. I will refer to your log. Thank you for your reply. |
let me know if there is any issue remaining |
Hi,I reviewed past issues and compared your log with mine. I found that there seems to be only one difference: the clip_thresh parameter is not present in your config. Is this important? Did you set this parameter? Upon inspecting the code, I found that it is disabled by default. Looking forward to your reply. |
It has been too long for me and I cannot remember exactly the parameters we used for the released models. But from your training logs it seems the accuracy is not far away from what we reported? (82.58 vs 84.01) |
I ran the refixmatch.py with the code provided, and I did not revise the code, but the accuracy of validation set is low. Is there some mistakes in the original code? I'd appreciate it if you could answer my question.
The text was updated successfully, but these errors were encountered: