stylegan-xl
stylegan-xl copied to clipboard
Conda environment has wrong dill version
Issue
environment.yml has following dill version:
dill=0.3.4
However, this version does not have _shims.py and crashes train.py when resuming from existing .pkl with the following error:
ModuleNotFoundError: No module named 'dill._shims'
Suggested solution
Change dill=0.3.4
in environment.yml to dill=0.3.5.1