Background:
https://github.com/yahoo/TensorFlowOnSpark/pull/361 fixes broken examples, in particular mnist_dist.py and mnist_spark.py by introducing TF 1.11 dataset api and minor bug fixes. We were using an older version in our notebooks/TFoS.ipynb examples which broke the example.
Added more cells for data-setup jobs and pre-req within notebook for better user experience
Also:
Cleaner Notebook tested in Classic Notebook View
Default to more valid GPU example (Distributed TF without GPUs makes very little sense)
Testing:
Feel free to test it with the most current latest image by simply cloning this branch into your workspace: git clone --single-branch -b fabianbaier-tfos-patch-dataset https://github.com/dcos-labs/dcos-jupyterlab-service
Background: https://github.com/yahoo/TensorFlowOnSpark/pull/361 fixes broken examples, in particular
mnist_dist.py
andmnist_spark.py
by introducing TF 1.11 dataset api and minor bug fixes. We were using an older version in ournotebooks/TFoS.ipynb
examples which broke the example.Accordingly, I updated our TFoS example.
Updated TFoS.ipynb for TF 1.11:
Also:
Testing: Feel free to test it with the most current latest image by simply cloning this branch into your workspace:
git clone --single-branch -b fabianbaier-tfos-patch-dataset https://github.com/dcos-labs/dcos-jupyterlab-service