i am getting below error , i am not able to
understand what went wrong ,
getting below error
thank you very much
i am getting below error , i am not able to
understand what went wrong ,
getting below error
Hello @vemula_suman ,
Send me your notebook via dm such that I can check where it went wrong. By clicking on the profile picture, you will see an option to message. There you can attach your notebook. Then we can discuss the issues here.
With regards,
Nilosree Sengupta
I have attached my file and sent you
Thank you
Hello @vemula_suman ,
Checked it. Your loss function isnât right.
Use Sparse Categorical Crossentropy.
With regards,
Nilosree Sengupta
Thank you very much ,solved my problem.
but why âparse Categorical Crossentropy.â why not 'Categorical Crossentropyâ
Hi @vemula_suman
The best way to understand the âwhyâ is to check the difference between the two approaches. You can check this link
Keep learning!