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

Min_h and min_w limit #13

Open
xivh opened this issue May 13, 2020 · 1 comment
Open

Min_h and min_w limit #13

xivh opened this issue May 13, 2020 · 1 comment

Comments

@xivh
Copy link

xivh commented May 13, 2020

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.

@xivh
Copy link
Author

xivh commented May 13, 2020

It is working with 8 gpus in config-e.

@xivh xivh mentioned this issue Jun 10, 2020
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