Skip to content

Instantly share code, notes, and snippets.

@SubhadityaMukherjee
Created August 19, 2022 13:58
Show Gist options
  • Save SubhadityaMukherjee/bc85c48e24a81e701cafd9508e99e766 to your computer and use it in GitHub Desktop.
Save SubhadityaMukherjee/bc85c48e24a81e701cafd9508e99e766 to your computer and use it in GitHub Desktop.
grad_imports
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