Skip to content

Instantly share code, notes, and snippets.

@SubhadityaMukherjee
Last active August 12, 2022 17:30
Show Gist options
  • Save SubhadityaMukherjee/ae658cd55fce37d1a2740acf3a2a5aeb to your computer and use it in GitHub Desktop.
Save SubhadityaMukherjee/ae658cd55fce37d1a2740acf3a2a5aeb to your computer and use it in GitHub Desktop.
imps
```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