Last active
August 12, 2022 17:30
-
-
Save SubhadityaMukherjee/ae658cd55fce37d1a2740acf3a2a5aeb to your computer and use it in GitHub Desktop.
imps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```py | |
import os | |
from fastai.vision.all import * | |
from fastai.vision.widgets import * | |
# Set the base directory where Kaggle saves its data. Change this if you are on your machine. | |
root_dir = "../input/fruits/fruits-360_dataset/fruits-360/Training" | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment