January 2019
Intermediate to advanced
316 pages
8h 16m
English
If you haven't already cloned the repository with the complete code for all chapters, clone the repository now. The downloaded code has a directory called Chapter06, which contains the entire code for this chapter. Execute the following commands to set up the project:
cd Generative-Adversarial-Networks-Projects
cd Chapter06
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 ...
Read now
Unlock full access