udacity / sdc-issue-reports

29 stars 6 forks source link

Tensorflow lab - validation error (MR ready) #130

Closed gawy closed 7 years ago

gawy commented 7 years ago

There is a validation error for labels array in TensorFlow lab

Current check does dimensionality check for None and 10, but that array can be either None or [None, 10]. Similar to how check is done for inputs.

I've created a MR on github to fix that issue

https://github.com/udacity/CarND-TensorFlow-Lab/pull/4

Brok-Bucholtz commented 7 years ago

@gawy

Looks good! I merged in the PR.