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
我直接使用你的代码和数据,训练了一晚上精度只有70%,后边精度突然变为了0,我怀疑是预训练的模型没有记载你最新的模型,请问我该怎么做呢?多谢你分享的源码!
The text was updated successfully, but these errors were encountered:
可能是因为我训练的时候断掉了网络导致没有下载预训练模型的原因,我再试试看
Sorry, something went wrong.
先加载torchvision的densenet预训练模型,这样会有一个良好的初始化参数,让网络更容易训练的
请问训练求loss的时候,你的每个8×8的小方格的标签是怎么打上并用分类的交叉熵求分类损失的?
最后在输出的label上,用了一个max pooling,就可以算loss了
No branches or pull requests
我直接使用你的代码和数据,训练了一晚上精度只有70%,后边精度突然变为了0,我怀疑是预训练的模型没有记载你最新的模型,请问我该怎么做呢?多谢你分享的源码!
The text was updated successfully, but these errors were encountered: