Skip to content

Any restart option? #67

Closed Answered by YutackPark
turbosonics asked this question in Q&A
Aug 12, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

There is no exact keyword for restart, but you can do the same by continuing from the latest checkpoint. Set reset_optimizer and reset_scheduler as Fasle. It will smoothly restart from the given checkpoint without any artifacts.

You can also change an optimizer, learning rate, and scheduler as you want but in this case, corresponding reset_* keys should be True.

If sevennet finds a log.csv under working directory, it will append logs to the same file. But there might exist an overlap between the previous run and now if it is not continued from the exact last epoch, where the training stopped.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@turbosonics
Comment options

@YutackPark
Comment options

Answer selected by turbosonics
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants