stylegan-xl icon indicating copy to clipboard operation
stylegan-xl copied to clipboard

Conda environment has wrong dill version

Open syskn opened this issue 2 years ago • 0 comments

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

syskn avatar Jul 05 '22 07:07 syskn