tf-tutorial icon indicating copy to clipboard operation
tf-tutorial copied to clipboard

Short tutorial for TensorFlow, designed to be presented in-person

Results 5 tf-tutorial issues
Sort by recently updated
recently updated
newest added

Hi, I just downloaded the code tonight. I was able to run 0_tf_hello_world.ipynb and 1_linear_regression_model.ipynb without problem, except some warning messages. But I got error running 2_mnist.ipynb, starting from Step...

Got the error message that says "only call `sparse_softmax_cross_entropy_with_logits` with named arguments (labels=..., logits=...,). ![error running sparse_softmax_cross_entropy_with_logits](https://user-images.githubusercontent.com/1720122/27976680-7190c53e-631c-11e7-8539-e2d157952941.png) Running on TensorFlow 1.2.1 and Python 2.7.12

Converts 0_tf_hello_world.ipynb, 1_linear_regression_model.ipynb, 2_mnist.ipynb to python 3. extras needs more attention.

Instructions are for Docker Toolbox, but Docker site now provides and recommends Docker for Mac. What should I do?