We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have the following errors when trying to train 3x2 (768x512) model:
assert min_h > 2 and min_w>2 and res_log2>=1
around line 542 and 786 in /training/networks_stylegan2.py
Is there a reason for this limitation? I changed it to min_w >= 2 and will update this with my results.
The text was updated successfully, but these errors were encountered:
It is working with 8 gpus in config-e.
Sorry, something went wrong.
No branches or pull requests
I have the following errors when trying to train 3x2 (768x512) model:
assert min_h > 2 and min_w>2 and res_log2>=1
around line 542 and 786 in /training/networks_stylegan2.py
Is there a reason for this limitation? I changed it to min_w >= 2 and will update this with my results.
The text was updated successfully, but these errors were encountered: