(FIXED) I got the same issue

#1
by joshlau - opened

I tried doing the dogs/cats classifier separately and got the same issue as you did:
TypeError: Exception occured in ProgressCallback when calling event after_batch:
unsupported format string passed to TensorBase.format

you may change your torch version to
torch==1.12.1
the latest version 1.13 is not able to compile.

joshlau changed discussion title from I got the same issue to (FIXED) I got the same issue

ah, that worked--thank you!

Sign up or log in to comment