rh-aiservices-bu / mnist-tensorflow-model

build a tensorflow model for the MNIST dataset
0 stars 5 forks source link

Unpack the data with Jupyter notebook #7

Open adelton opened 1 year ago

adelton commented 1 year ago

The https://developers.redhat.com/learning/learn:openshift-data-science:how-create-tensorflow-model/resource/resources:explore-mnist-dataset has steps like

$ tar xvzf Resources.tar.gz

but those should be included in the Jupyter notebook (likely 01-MNIST-Data-Exploration.ipynb) so that this repo is self-contained.