udacity / dlnd-issue-reports

5 stars 0 forks source link

Project 1: Tests do not check data type #574

Open deboeser opened 6 years ago

deboeser commented 6 years ago

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.