cn-deep-learning icon indicating copy to clipboard operation
cn-deep-learning copied to clipboard

Results 6 cn-deep-learning issues
Sort by recently updated
recently updated
newest added

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 ``` ![image](https://user-images.githubusercontent.com/1931407/35133408-072f756c-fd0b-11e7-9f11-d7ad6410cd66.png) ```...