First of all, Thanks for the great Repo.
I installed with the command pip install git+https://github.com/ariaghora/ezpznet
and got it successfully installed with Terminal showing below.
Defaulting to user installation because normal site-packages is not writeable
Collecting git+https://github.com/ariaghora/ezpznet
Cloning https://github.com/ariaghora/ezpznet to /tmp/pip-req-build-hpfal09h
Running command git clone -q https://github.com/ariaghora/ezpznet /tmp/pip-req-build-hpfal09h
Resolved https://github.com/ariaghora/ezpznet to commit 2ff8f383aa62a35b72bb9a975463f3c3166a93d8
Building wheels for collected packages: ezpznet
Building wheel for ezpznet (setup.py) ... done
Created wheel for ezpznet: filename=ezpznet-0.1.0-py3-none-any.whl size=7543 sha256=465fba486aa5cb19b884c2654fb353ed7b7d1f3e915b64ff6f9dfee9061d2c61
Stored in directory: /tmp/pip-ephem-wheel-cache-jnrmzirb/wheels/48/64/6a/2abdbd8eb2ed4dd90014a211173db27122a8e5a6d1af6314aa
Successfully built ezpznet
Installing collected packages: ezpznet
Successfully installed ezpznet-0.1.0
And after that when I ran the code for 'SketchGAN' just as given in the README.md file then got the error
ModuleNotFoundError: No module named 'ezpznet'