The tests do not check of the datatype of the implemented functions are correct: I had the problem my network prediction was a pd df whereas the labels are a np array. Resulted in the problem that the loss function wouldn't compute the loss properly as the MSE operation wouldn't work correctly.
The tests do not check of the datatype of the implemented functions are correct: I had the problem my network prediction was a pd df whereas the labels are a np array. Resulted in the problem that the loss function wouldn't compute the loss properly as the MSE operation wouldn't work correctly.