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

feature: save multiple outputs #1

Open
dribnet opened this issue Sep 12, 2021 · 0 comments
Open

feature: save multiple outputs #1

dribnet opened this issue Sep 12, 2021 · 0 comments

Comments

@dribnet
Copy link
Owner

dribnet commented Sep 12, 2021

Currently the program runs and saves one output - the image itself. This feature request is to broaden the idea of an output to potentially include:

  • Drawer internal state: For VQGAN this would be the z vector. For PixelDraw this would be colors for each square, etc. This would allow restarting from a previous run, etc.
  • Alternate outputs: For ClipDRAW and PixelDraw this would be SVG in addition to the image
  • Log file: it would be nice to have a log that included the loss curve, etc. for analysis or debugging
  • Others?

These need not be implemented all at once, but they are included here just to showcase that the scope of the refactor should be broader than just tacking on a single feature, but more broadening the scope of what "--output" is meant to mean. Most likely output becomes a directory of files with standard names.

Footnote: I have also wanted to port in my templating code for auto-generating output file names based on date, random seed, etc. and I think it would make sense to do that as part of this change to the semantics of output.

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

1 participant