-
Notifications
You must be signed in to change notification settings - Fork 86
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
How could I upgrade the accuracy? #29
Comments
with the help of stiwfmjX ,i found that it is beacuse i don't cut the data into 256256 so the result is not good, even if i tried to resize the data into 256256, while it didn't work. I realized that it was not correct to resize the data instead of cutting the data into 256256 after the trial, so thanks a lot. |
How did you cut data(https://pan.baidu.com/s/1fzNiOE7elGRmIo2h6MIhZw code:l7iv) into 256256 before trainning? |
Can you share it? |
256x256 with no overlap |
Can you share the code to split the image |
这部分代码不是用python写的,是用c++编写的,如果你需要这个小工具,请添加我的QQ4589968 |
你好,切割后和论文结果比过高怎么理解 |
I have trained the model by the data you gived(https://pan.baidu.com/s/1fzNiOE7elGRmIo2h6MIhZw code:l7iv), while the accuracy is always lower the the pretrained model. i have upgrade the max_epochs to 500, while i have the same problem(Lastest model updated. Epoch_acc=0.8744, Historical_best_acc=0.8793 (at epoch 435)). how should i upgrade the accuracy?
i have tried to change the model and so on but i don't think i got the point, would you like to give some suggestion? 3q!
The text was updated successfully, but these errors were encountered: