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

training a previously trained network #20

Open
swestland opened this issue Jun 22, 2022 · 1 comment
Open

training a previously trained network #20

swestland opened this issue Jun 22, 2022 · 1 comment

Comments

@swestland
Copy link

I notice that one of the options is

options.ResumeFrom

which makes me think that we can train the network for say 100 epochs and test it, and then save it for say another 100 epochs. This would be very useful. But what form does options.ResumeFrom take?

Steve

@justinpinkney
Copy link
Collaborator

Should be a file path to a checkpoint file:

% ResumeFrom - File path to resume training from checkpoint
% (default: [])

By default checkpoints are written to ./checkpoints

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