output_predictions.csv not getting saved correctly #861
sanyuktaadap
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running a binary classification on breastmnist data. I trained a vgg model and used it to test on a testset. However, the format of the testset predictions looks weird:
output_predictions.csv
I was expecting it to have the image name, ground truth, and the predicted class, but instead it has values in the form of tensors
Beta Was this translation helpful? Give feedback.
All reactions