TypeError: Exception occured in `ProgressCallback` when calling event `after_batch`: unsupported format string passed to TensorBase.__format__

After a few searches, it seems like fastai didn’t support the latest pytorch yet.
Specifying torch as 1.12.1 in requirements.txt did the trick for now

3 Likes