Artificial Neural Networks and Deep Learning 2023 - Homework 1 Forum

Go back to competition Back to thread list Post in this thread

> How is it possible to have so low test acc result

I have my neural network trained in local (colab) reaching also 0.9, but then when i uploaded in codalab, acc is 0.53, is there something that i should know when submitting? Or it's just that the network have overfitted my local samples?
Thanks in advance

Posted by: diddy48 @ Nov. 15, 2023, 2:03 p.m.

Make sure that your model accepts data in the [0, 255] range, as this is the range of the test dataset. Maybe you scaled the input to e.g. [0, 1] before feeding it to your model?

Posted by: Rodemu @ Nov. 15, 2023, 10:11 p.m.

I will check, but i am sure that it should be like you say

Posted by: diddy48 @ Nov. 15, 2023, 10:12 p.m.
Post in this thread