Newbeeer / pfgmpp

Code for ICML 2023 paper, "PFGM++: Unlocking the Potential of Physics-Inspired Generative Models"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It seems opts.small is not defined

ja8143912 opened this issue · comments

It seems that opts.small in train.py Line124/Line129 is not defined and assigned a value. It will give the following error:

File "pfgmpp/train.py", line 124, in main
if opts.small:
File "pfgmpp/dnnlib/util.py", line 46, in getattr
raise AttributeError(name)
AttributeError: small
python-BaseException

Hi,

Thank you very much for pointing out the bug! I have fixed the bug. Sorry I pushed the code in a hurry.

Best,
Yilun