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

train #9

Open
SHIJILIANG01 opened this issue Jun 13, 2023 · 3 comments
Open

train #9

SHIJILIANG01 opened this issue Jun 13, 2023 · 3 comments

Comments

@SHIJILIANG01
Copy link

Thank you very much for your excellent work! I want to ask, I want to train 300000 times, but the training stopped at 2500000 times, after a few days, I want to follow 2500000 times, but why the epoch can't follow the last training, the epoch will still start from 1.

@SHIJILIANG01
Copy link
Author

help me

@dengyecode
Copy link
Owner

In fact, due to a flaw in our code, it just doesn't inherit the "number" but actually inherits the model parameters after "2500000" iterations. To avoid confusion, we recommend you to create a new folder and copy the model files ("xx_net_D.pth" and "xx_net_G.pth") that you want to fine_tune into the new folder. Then continue training in the new folder

@SHIJILIANG01
Copy link
Author

SHIJILIANG01 commented Jun 15, 2023 via email

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

2 participants