skyflynil/stylegan2

Min_h and min_w limit

Opened this issue · 1 comments

xivh commented

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 commented

It is working with 8 gpus in config-e.