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
No description provided.
The text was updated successfully, but these errors were encountered:
Can you rephrase your problem more clearly? (Questions written in Chinese are also acceptable)
Sorry, something went wrong.
Do you mean how to save models trained after each incremental session?
Please add self.save_checkpoint(filename) in the function after_task of the method you choose to run.
self.save_checkpoint(filename)
after_task
Do you mean how to save models trained after each incremental session? Please add self.save_checkpoint(filename) in the function after_task of the method you choose to run.
不好意思,我使用der的方法 在after_task后保存了权重,我发现这个方法模型的结构会动态的变化,全连接层也会改变,我根据变化的网络分别加载保存出来的权重 ,发现跟工具箱中的准确率都很大的区别,工具箱在初始训练7,增量1的条件下,基本能保持百分之90多,但是我自己单独拿出来测的话 在cifar10上测试,acc准确率很低。请问能帮我解决一下么
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: