issues
search
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
Tf 1.1.0
#72
Closed
pkmital
closed
7 years ago
pkmital
commented
7 years ago
Updated to include support for TensorFlow 1.1.0 and provisionally for 1.2.0rc0
tf.contrib.rnn_cell
is now
tf.contrib.rnn
MultiRNNCell
can no longer be composed with list comprehension/multiplication and requires explicit scope or range loops
tf.split
error in lecture-5
Unable to load alice.txt due to Unicode error in lecture-5
tf.contrib.rnn_cell
is nowtf.contrib.rnn
MultiRNNCell
can no longer be composed with list comprehension/multiplication and requires explicit scope or range loopstf.split
error in lecture-5