mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 00:19:58 +01:00
Update 0.6.0 docs with fix to tutorial. Fixes #1084
This commit is contained in:
parent
09e2e823bd
commit
c98c91b530
|
|
@ -43,7 +43,7 @@ automatically. You can either download
|
|||
and import it as below, or simply copy and paste it in.
|
||||
|
||||
```python
|
||||
import tensorflow.examples.tutorials.mnist.input_data
|
||||
from tensorflow.examples.tutorials.mnist import input_data
|
||||
mnist = input_data.read_data_sets("MNIST_data/", one_hot=True)
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user