Skip to content
Discussion options

You must be logged in to vote

Did you overwrite the predict_step? By default it just feeds the whole batch through forward (which with the image folder also includes the label and therefore is a list)

So you have two choices: Remove the labels from you predict data or overwrite the predict step to ignore them :)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Borda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment