Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save un1tz3r0/593f47cde9888b4d33e2d87ea681956c to your computer and use it in GitHub Desktop.
Save un1tz3r0/593f47cde9888b4d33e2d87ea681956c to your computer and use it in GitHub Desktop.
stylegan3_training_and_inference_2022_02_11.ipynb
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@un1tz3r0
Copy link
Author

did you generate a dataset? the first time you run it, you must check the "generate_missing_dataset" toggle in the "Prepare Dataset" cell in order to create a dataset of cropped images in my pixelscapes-dataset repo. it will download realesrgan and some dependencies and grab the source images from the repo, upscale them, and then produce the crops and the class conditional labels which i found crucial to successfully training on diverse datasets like the pixelscapes. once it has been generated, it will upload a zip of the dataset to your google drive as dataset.zip and future invocations should download that and use it. please include the output of the Prepare Dataset cell and check that /content/dataset exists and is not empty if you are still having issues after checking that toggle. Hopefully this helps!

@whatsnewsisyphus
Copy link

I already had a dataset prepared with the dataset tool that I use to train on another colab without problem which I uploaded, and ran the cell without gen missing dataset checkbox. The cell said it found and processed the dataset over.

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