Inside-Deep-Learning
Inside-Deep-Learning copied to clipboard
Adding mounting file info
Hi, Thanks for the examples. I think it would make sense to add the following to the notebooks:
from google.colab import drive
drive.mount('/content/drive')
and
# Here you want to customize the path to the right location in your drive
!cp drive/MyDrive/Inside\ Deep\ Learning/idlmam.py .