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

Continuing from trained data will start the output images at 00000 rather than their current value #213

Open
MaffooBristol opened this issue Feb 13, 2019 · 1 comment

Comments

@MaffooBristol
Copy link
Contributor

Not sure if this is by design, but restarting from a checkpoint will start overwriting the images at index 00000.jpg or what-have-you. I feel that it should by default output at the next incremented value, such as 001234.jpg to avoid deleting existing images.

If the current implementation is by design, perhaps a config switch?

Cheers,
Matt

@martyn
Copy link
Contributor

martyn commented Jul 30, 2020

I've run into this to. It might not make it in 1.0 but I'll tag it so we can improve this after. Pytorch lets us save arbitrary variables to the save files so we can just add it there.

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

No branches or pull requests

2 participants