pidajay commited on
Commit
fc1c1a5
1 Parent(s): b763ede

Download example data

Browse files
Files changed (1) hide show
  1. autoencoders_demo.ipynb +4 -1
autoencoders_demo.ipynb CHANGED
@@ -6,6 +6,7 @@
6
  "metadata": {},
7
  "outputs": [],
8
  "source": [
 
9
  "# !pip install diffusers==0.24.0 accelerate==0.25.0"
10
  ]
11
  },
@@ -15,7 +16,9 @@
15
  "metadata": {},
16
  "outputs": [],
17
  "source": [
18
- "!huggingface-cli download microsoft/mri-autoencoder-v0.1 inference.py metrics.py data_utils.py example_data --local-dir ."
 
 
19
  ]
20
  },
21
  {
 
6
  "metadata": {},
7
  "outputs": [],
8
  "source": [
9
+ "# first time setup - install dependencies\n",
10
  "# !pip install diffusers==0.24.0 accelerate==0.25.0"
11
  ]
12
  },
 
16
  "metadata": {},
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 .\n",
21
+ "# !huggingface-cli download microsoft/mri-autoencoder-v0.1 example_data/mri_complex_images.npz --local-dir ./example_data/."
22
  ]
23
  },
24
  {