cn-deep-learning
cn-deep-learning copied to clipboard
when i run the get_ini_cell, there is something wrong with the function about InitialState = cell.zero_state(batch_size,tf.float32) The tensorflow version is 1.4 I wanna ask what can i do for the...
`Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/2.7/bin/floyd", line 11, in sys.exit(cli()) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/click/core.py", line 722, in __call__ return self.main(*args, **kwargs) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/click/core.py", line 697, in main rv = self.invoke(ctx) File...
```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 ```  ```...