pkmital / CADL

ARCHIVED: Contains historical course materials/Homework materials for the FREE MOOC course on "Creative Applications of Deep Learning w/ Tensorflow" #CADL
https://www.kadenze.com/courses/creative-applications-of-deep-learning-with-tensorflow/info
Apache License 2.0
1.48k stars 732 forks source link

Bugfix: Updates for Tensorflow 1.0 API #69

Closed gilbertfrancois closed 7 years ago

gilbertfrancois commented 7 years ago

Session 5 part 2 raises an exception in the cell where the function tf.split is called, due to change in the Tensorflow API.

pkmital commented 7 years ago

Looks great thank you!