-
Notifications
You must be signed in to change notification settings - Fork 11
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
How to train? #3
Comments
Ok. I read the readme again. When you say split dataset into training and eval, are those directories supposed to hold the raw JPG or TFRecord? And how do I specify what network to start from? I assume for 1024 this will be FFHQ config-f, but where to specify this? |
Hi, so they should both be paths to TFRecord dirs. You first create the TFRecord dirs from images using the |
Hello. Thanks for getting back to me. If --dataset-train is the path to the training dir, then what is --data-dir? I thought that was the path to the training dir. |
I am also unclear on what data-dir is, and would appreciate clarification! |
@atugar I actually figured it out. data-dir is the parent directory for the datasets, and data-train and data-eval are subdirectories relative to that parent directory |
Can you please explain what the below params mean? They are not needed for StyleGAN 2.
python run_training.py
--config=config-ada-sv-flat
--data-dir=/path/to/datasets
--dataset-train=path/to/train \ - What is this?
--dataset-eval=path/to/eval \ - What is this?
--total-kimg=30
--metrics=None
The text was updated successfully, but these errors were encountered: