The following should do:
test_dl = learn.dls.test_dl(test_df)
preds, _ = learn.get_preds(dl=test_dl)
More information, along with common pitfalls & fixes, can be found here.
Cheers!
The following should do:
test_dl = learn.dls.test_dl(test_df)
preds, _ = learn.get_preds(dl=test_dl)
More information, along with common pitfalls & fixes, can be found here.
Cheers!