Skip to content

Commit dc40f17

Browse files
author
EC2 Default User
committed
Updates to class 14
1 parent c51f952 commit dc40f17

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

t81_558_class14_aws.ipynb

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,14 @@
1616
"source": [
1717
"# Helpful Resources\n",
1818
"\n",
19+
"* [The Titian V](https://www.nvidia.com/en-us/titan/titan-v/)\n",
20+
"* [GPU Benchmarks](https://www.videocardbenchmark.net/)\n",
1921
"* [Amazon Web Services (AWS)](https://aws.amazon.com/)\n",
20-
"* [Installing a Python Jupyter Notebook Server on AWS](https://gist.github.com/iamatypeofwalrus/5183133)\n",
22+
"* [My Blog Posts on AWS](http://www.heatonresearch.com/2017/11/15/aws-data-science.html)\n",
2123
"* [Installing AWS for GPU TensorFlow Usage](https://gist.github.com/iamatypeofwalrus/5183133)\n",
22-
"* [How to Use Tensorflow with a GPU](https://www.tensorflow.org/versions/r0.12/how_tos/using_gpu/index.html)\n",
23-
"* [CIFAR-10 Tutorial on TensorFlow](https://www.tensorflow.org/versions/r0.12/tutorials/deep_cnn/index.html)\n",
24-
"* [The CIFAR-10 Dataset](https://www.cs.toronto.edu/~kriz/cifar.html)\n",
2524
"* [All AWS Instances](https://aws.amazon.com/ec2/instance-types/)\n",
2625
"* [AWS Instance Prices](https://aws.amazon.com/ec2/pricing/on-demand/)\n",
2726
"* [Amazon AWS GPU Instances](https://aws.amazon.com/ec2/instance-types/p2/)\n",
28-
"* [Install CUDA on Mac](http://stackoverflow.com/questions/38710339/library-not-loaded-rpath-libcudart-7-5-dylib-tensorflow-error-on-mac)\n",
29-
"* [Setup TensorFlow GPU for MAC](https://www.tensorflow.org/versions/r0.12/get_started/os_setup.html#optional-setup-gpu-for-mac)\n",
30-
"* [Very Helpful Guide for TF/GPU](https://gist.github.com/Mistobaan/dd32287eeb6859c6668d)\n",
3127
"* [nVIDIA Suggested Hardware](http://www.nvidia.com/object/gpu-accelerated-applications-tensorflow-configurations.html)"
3228
]
3329
},
@@ -354,7 +350,7 @@
354350
"name": "python",
355351
"nbconvert_exporter": "python",
356352
"pygments_lexer": "ipython3",
357-
"version": "3.5.4"
353+
"version": "3.6.3"
358354
}
359355
},
360356
"nbformat": 4,

0 commit comments

Comments
 (0)