learning_with_noise icon indicating copy to clipboard operation
learning_with_noise copied to clipboard

Some python modules missing?

Open bknyaz opened this issue 2 years ago • 1 comments

Hi,

Thanks for releasing great work. It seems that some python modules are missing in your repo: my_python_utils, my_python_utils and maybe others. So scripts python stylegan/generate_dataset.py --small-scale --network_type original do not work.

bknyaz avatar Apr 26 '22 14:04 bknyaz

Sorry about that! The missing dependency is here: https://github.com/mbaradad/my_python_utils. We will update the repo to not depend on this packet (as we use it only during development), but if you want to run the code in the meantime, you can put it on the root of the project it should work.

mbaradad avatar Apr 26 '22 15:04 mbaradad