I am trying to run FileDeleter however it is telling me that ‘FileDeleter’ is not defined. I am using colab, attached is a screenshot of my notebook. I appreciate any help.
Thank you!!!
Zach
I am trying to run FileDeleter however it is telling me that ‘FileDeleter’ is not defined. I am using colab, attached is a screenshot of my notebook. I appreciate any help.
Thank you!!!
Zach
Hi other Zach,
FileDeleter was removed in the latest version of Fastai. You can see the updated APIs here
Thank you other, other Zach!!!
Hey Zach, when I run ds, idxs = DatasetFormatter().from_toplosses(learn, ds_type=DatasetType.Train) everything works fine. However, when I try to run ImageDeleter(ds, idxs), my runtime essentially quits on me. I am in google colab. Any advice?
Thanks!
As explained in this thread, colab does not support widgets.