fastdebug
fastdebug copied to clipboard
In-place debugger for the fastai library and pytorch
fastai version: 2.3.1 fastdebug version: 0.1.3 Here is the code I'm trying to run: ``` from fastai.vision.all import * from fastdebug import * path = untar_data(URLs.PETS) path.ls() files = get_image_files(path/"images")...
IE I don't convert a PILImage to a Tensor, try and collate to repro
Follow https://github.com/fastai/fastbook/blob/master/05_pet_breeds.ipynb, check if accidently pass in the wrong path, until you get: `'NoneType' object has no attribute 'device'`