Skip to content
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

Does the code have Settings for model saving #20

Closed
ansleepykid opened this issue Nov 19, 2022 · 3 comments
Closed

Does the code have Settings for model saving #20

ansleepykid opened this issue Nov 19, 2022 · 3 comments

Comments

@ansleepykid
Copy link

No description provided.

@G-U-N
Copy link
Owner

G-U-N commented Nov 19, 2022

Can you rephrase your problem more clearly? (Questions written in Chinese are also acceptable)

@G-U-N
Copy link
Owner

G-U-N commented Nov 19, 2022

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.

@G-U-N G-U-N closed this as completed Nov 19, 2022
@Hephaestusxg
Copy link

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.

1
2
3
不好意思,我使用der的方法 在after_task后保存了权重,我发现这个方法模型的结构会动态的变化,全连接层也会改变,我根据变化的网络分别加载保存出来的权重 ,发现跟工具箱中的准确率都很大的区别,工具箱在初始训练7,增量1的条件下,基本能保持百分之90多,但是我自己单独拿出来测的话 在cifar10上测试,acc准确率很低。请问能帮我解决一下么

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants