Skip to content

Commit beba9cc

Browse files
committed
added instructions to upload the file plotting.py
1 parent d30ac60 commit beba9cc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

7_Unsupervised/7.1-autoencoder.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
"try:\n",
2020
" from plotting import plot_autoencoder_stats\n",
2121
"except Exception as ex:\n",
22-
" print(f\"If using Colab, you may need to upload `plotting.py`\")\n",
22+
" print(f\"If using Colab, you may need to upload `plotting.py`. \\\n",
23+
" \\nIn the left pannel, click `Files > upload to session storage` and select the file `plotting.py` from your computer \\\n",
24+
" \\n---------------------------------------------\")\n",
2325
" print(ex)"
2426
]
2527
},

7_Unsupervised/7.2-EXE-variational-autoencoder.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
2929
"try:\n",
3030
" from plotting import make_vae_plots\n",
3131
"except Exception as ex:\n",
32-
" print(f\"If using Colab, you may need to upload `plotting.py`\")\n",
32+
" print(f\"If using Colab, you may need to upload `plotting.py`. \\\n",
33+
" \\nIn the left pannel, click `Files > upload to session storage` and select the file `plotting.py` from your computer \\\n",
34+
" \\n---------------------------------------------\")\n",
3335
" print(ex)"
3436
]
3537
},

0 commit comments

Comments
 (0)