We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在epoch=4时,仍能正常训练,当epoch=5时,发现train1和train2的f1score、recall、precision突然变得很小,eval的三个全变成了0,导致epoch从5开始,eval的三个指标一直都是0,这是什么原因呢
The text was updated successfully, but these errors were encountered:
这是因为参数初始化不好造成的,最新的代码首先加载densenet预训练好的模型,然后训练,可以规避这个问题。
Sorry, something went wrong.
No branches or pull requests
在epoch=4时,仍能正常训练,当epoch=5时,发现train1和train2的f1score、recall、precision突然变得很小,eval的三个全变成了0,导致epoch从5开始,eval的三个指标一直都是0,这是什么原因呢
The text was updated successfully, but these errors were encountered: