Set runtime to GPU
Browse files- autoencoders_demo.ipynb +8 -2
autoencoders_demo.ipynb
CHANGED
|
@@ -1,5 +1,12 @@
|
|
| 1 |
{
|
| 2 |
"cells": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
{
|
| 4 |
"cell_type": "code",
|
| 5 |
"execution_count": null,
|
|
@@ -17,8 +24,7 @@
|
|
| 17 |
"outputs": [],
|
| 18 |
"source": [
|
| 19 |
"# first time setup - download example data and files\n",
|
| 20 |
-
"# !huggingface-cli download microsoft/mri-autoencoder-v0.1 inference.py metrics.py data_utils.py --local-dir
|
| 21 |
-
"# !huggingface-cli download microsoft/mri-autoencoder-v0.1 example_data/mri_complex_images.npz --local-dir ./example_data/."
|
| 22 |
]
|
| 23 |
},
|
| 24 |
{
|
|
|
|
| 1 |
{
|
| 2 |
"cells": [
|
| 3 |
+
{
|
| 4 |
+
"cell_type": "markdown",
|
| 5 |
+
"metadata": {},
|
| 6 |
+
"source": [
|
| 7 |
+
"#### Please set runtime type to GPU: Runtime -> Change runtime type -> GPU"
|
| 8 |
+
]
|
| 9 |
+
},
|
| 10 |
{
|
| 11 |
"cell_type": "code",
|
| 12 |
"execution_count": null,
|
|
|
|
| 24 |
"outputs": [],
|
| 25 |
"source": [
|
| 26 |
"# first time setup - download example data and files\n",
|
| 27 |
+
"# !huggingface-cli download microsoft/mri-autoencoder-v0.1 inference.py metrics.py data_utils.py example_data/mri_complex_images.npz --local-dir ."
|
|
|
|
| 28 |
]
|
| 29 |
},
|
| 30 |
{
|