Created
August 19, 2022 13:58
-
-
Save SubhadityaMukherjee/bc85c48e24a81e701cafd9508e99e766 to your computer and use it in GitHub Desktop.
grad_imports
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
import timm | |
from fastai.vision.all import * | |
from fastai.vision.widgets import * | |
import os | |
import matplotlib.pyplot as plt | |
from IPython.display import Image | |
os.environ["TORCH_HOME"] = "/media/hdd/Datasets/" | |
os.environ["FASTAI_HOME"] = "/media/hdd/Datasets/" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment