You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For instance, I have two classes in two directories: cat and dog. After training the model, I tried to predict the image you had in the test directory, and got the following:
Output Softmax: [[0. 1.]]
This image belongs to class: 1
Which class does 1 refer to in this case?
Thanks.
The text was updated successfully, but these errors were encountered:
Thanks so much for the nice implementation.
I just have a question about the predicted class.
For instance, I have two classes in two directories:
cat
anddog
. After training the model, I tried to predict the image you had in the test directory, and got the following:Which class does
1
refer to in this case?Thanks.
The text was updated successfully, but these errors were encountered: