Skip to content

Commit 215b223

Browse files
committed
Updated: README with note on tensorflow and mxnet spinup times
1 parent 91f9421 commit 215b223

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,17 @@ These examples that showcase unique functionality available in Amazon SageMaker.
5151

5252
These examples focus on the Amazon SageMaker Python SDK which allows you to write idiomatic TensorFlow or MXNet and then train or host in pre-built containers.
5353

54+
_Note, the first time these examples are loaded, they can take up to several minutes for the kernel to begin. The circle in the upper right hand corner of the notebook will change from filled-in to empty when the kernel is ready._
55+
5456
- [cifar 10 with MXNet Gluon](sagemaker-python-sdk/mxnet_gluon_cifar10)
5557
- [MNIST with MXNet Gluon](sagemaker-python-sdk/mxnet_gluon_mnist)
5658
- [MNIST with MXNet](sagemaker-python-sdk/mxnet_mnist)
59+
- [Sentiment Analysis with MXNet Gluon](sagemaker-python-sdk/mxnet_gluon_sentiment)
5760
- [TensorFlow Neural Networks with Layers](sagemaker-python-sdk/tensorflow_abalone_age_predictor_using_layers)
58-
- [TensorFlow Networks with Keras](sagemaker-python-sdk/tensorflow_abalone_age_predictor_keras)
61+
- [TensorFlow Networks with Keras](sagemaker-python-sdk/tensorflow_abalone_age_predictor_using_keras)
5962
- [Introduction to Estimators in TensorFlow](sagemaker-python-sdk/tensorflow_iris_dnn_classifier_using_estimators)
6063
- [TensorFlow and TensorBoard](sagemaker-python-sdk/tensorflow_resnet_cifar10_with_tensorboard)
64+
- [Distributed TensorFlow)(sagemaker-python-sdk/tensorflow_distributed_mnist)
6165

6266
### Under Development
6367

0 commit comments

Comments
 (0)