-
Notifications
You must be signed in to change notification settings - Fork 17
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
Sudden drop in accuracy #12
Comments
@wing212 Hi! Did you run code from the latest master branch? And could I ask what is your exact setup? e.g. PyTorch & TorchVision version, CUDA version, whether mixed precision is used, etc. Btw, I don't think there is 3090ti in the market yet, did you mean 3090? |
Did you accidentally closed the issue? |
|
should I adjust my learning rate? |
The performance should be reproduceable from my provided shells. Although if you use different PyTorch versions and NVIDIA's apex, it could lead to problems like gradient explosions. Could you give me more details about your shell commands and code version? Instead of using a different learning rate, I recommend full precision training first to isolate the problem. EDIT: And your baseline (p0) performance also seems off. |
@wing212 Firstly, if you are using PyTorch >= 1.6, You best use the master branch. Also a clear environment without the standalone apex package. I suspect the problem is from there. Maybe refer to #2 and check your loss in tensorboard. Secondly, for 1/30 cityscapes baselines, the number of epochs should be longer. See Appendix B in the paper. Although yours seems good enough there, we still should align the settings. [important] Your lr for cityscapes seem wrong? It should be 0.004 from Table 1. |
|
@wing212 Great! Let me know if you still can't reproduce results. FYI, the std for Cityscapes 1/30 experiments is 2.56 in my records. |
Thank you, I will keep trying. I would like to ask what is 2.56? |
STD (标准差) |
ok |
@wing212 Actually, your results look fine. I did get a 57.24 for city-30-1, that is why we need to take averages in these experiments (the STD is quite large). My voc-50-1 was 63.50 (it was weirdly low but I kept it to be fair), try 50-0 or 50-2 the results should be higher and give you an average around 67. |
I will continue, thank you. |
But it looks like you have sid=2 for the voc experiment, do check the dataset and data splits if you can't get similar avg from 3 runs. |
Ok, I will do it. |
Hello, I want to ask why the accuracy has suddenly dropped, and the accuracy of my reproduced article is much lower than that of the original text. I use a single 3090ti graphics card for training.
The text was updated successfully, but these errors were encountered: