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 Chapter07, which contains the entire code for this chapter. Execute the following commands to set up the project:
cd Generative-Adversarial-Networks-Projects
cd Chapter07
virtualenv venvvirtualenv venv -p python3 # Create a virtual environment using python3 interpretervirtualenv venv -p python2 # Create a virtual ...
Read now
Unlock full access