tensorflow-tutorial
tensorflow-tutorial copied to clipboard
tf.pack should be renamed to tf.stack
In lab2_CNN/lab2_CNN.ipynb, there is an AttributeError: 'module' object has no attribute 'pack'. It should be renamed to tf.stack according to https://www.tensorflow.org/install/migration.
Sounds awesome. Feel free to make a PR.