This repository was archived by the owner on Jun 28, 2022. It is now read-only.

Description
urllib.request modules have been deprecated,
urllib.request.urlretrieve should be urllib.urlretrieve
➜ face-generation git:(master) python --version
Python 2.7.14 :: Anaconda custom (64-bit)
➜ face-generation git:(master) jupyter notebook dlnd_face_generation.ipynb

File "helper.py", line 215
self.image_mode)
SyntaxError: only named arguments may follow *expression