Is it necessary to mount Google Drive files in Colab if fastbook
is used?
I have read some posts on this forum where fastai
users suggest mounting Google Drive files in Collab to improve data access speeds using the following code:
from google.colab import drive
drive.mount('/content/gdrive', force_remount=True)
path = Path("/content/gdrive/...")
!ls /content/gdrive/MyDrive/'...'
However, fastbook
seems to mount relevant files for you, as indicated by the printout:
!pip install -Uqq fastbook
import fastbook
fastbook.setup_book()
|ββββββββββββββββββββββββββββββββ| 720 kB 5.1 MB/s
|ββββββββββββββββββββββββββββββββ| 48 kB 5.0 MB/s
|ββββββββββββββββββββββββββββββββ| 1.2 MB 45.2 MB/s
|ββββββββββββββββββββββββββββββββ| 189 kB 50.9 MB/s
|ββββββββββββββββββββββββββββββββ| 55 kB 3.9 MB/s
|ββββββββββββββββββββββββββββββββ| 561 kB 45.2 MB/s
|ββββββββββββββββββββββββββββββββ| 51 kB 336 kB/s
|ββββββββββββββββββββββββββββββββ| 130 kB 45.3 MB/s
Mounted at /content/gdrive