Classification Section : Multi-class classification part 7: Evaluating our model (8:32) #25
Answered
by
mrdbourke
Programmer-RD-AI
asked this question in
Q&A
-
Daniel I tf.one_hot() encoded the test and train labels when fitting the model that seems to work for me I passed the normal train_labels and I got the probs. I don't know if this is correct. |
Beta Was this translation helpful? Give feedback.
Answered by
mrdbourke
Mar 19, 2021
Replies: 1 comment 5 replies
-
Woah! That's definitely one option as well. It also depends on what loss function you use (sparse categorical crossentropy vs categorical crossentropy). Did your results look okay? |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
Programmer-RD-AI
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Woah! That's definitely one option as well. It also depends on what loss function you use (sparse categorical crossentropy vs categorical crossentropy).
Did your results look okay?