January 2019
Intermediate to advanced
316 pages
8h 16m
English
We have already cloned/downloaded the complete code for all the chapters. The downloaded code contains a directory called Chapter04, which contains the entire code for this chapter. Execute the following commands to set up the project:
cd Generative-Adversarial-Networks-Projects
cd Chapter04
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 newly created virtual environment for ...
Read now
Unlock full access