udacity / sdc-issue-reports

29 stars 6 forks source link

Lesson 10: TensorFlow: 15. Quiz: Linear Function #1397

Closed CyberAMS closed 6 years ago

CyberAMS commented 6 years ago

The grader says "Function weights isn't correct." although it is correct (e.g. when copying the solution).

wenchenvincent commented 6 years ago

It seems that the grader.py is using a hard-coded pre-computed weights for grading. So only when you run the notebook from the scratch will the answer match. It should at least written out so that we would know this.

mvirgo commented 6 years ago

Added an extra note above the grader call in the notebook to match with @wenchenvincent above - thanks for the catch @CyberAMS