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

Default resume flag for truncating vs appending #19

Merged
merged 1 commit into from
Dec 22, 2021

Conversation

tuero
Copy link
Contributor

@tuero tuero commented Dec 22, 2021

Adds an additional constructor argument for a resume flag, which defaults to false to not change any existing references, following #18. If resume is true, the trunc bit flag will be replaced with app so that additional metric calls will be appended rather than added to the beginning.

This allows for other codebases to pause/resume, and still log to the same tensorboard tracked file.

@RustingSword RustingSword merged commit 11d2b46 into RustingSword:master Dec 22, 2021
@RustingSword
Copy link
Owner

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants