January 2019
Intermediate to advanced
316 pages
8h 16m
English
If you haven't already cloned the repository with the complete code for all the chapters, clone the repository now. The downloaded code has a directory called Chapter05, which contains the entire code for this chapter. Execute the following commands to set up the project:
cd Generative-Adversarial-Networks-Projects
cd Chapter05
virtualenv venvvirtualenv venv -p python3 # Create a virtual environment using python3 interpretervirtualenv venv -p python2 # Create a virtual environment using python2 interpreter
We will be using this ...
Read now
Unlock full access