udacity / sdc-issue-reports

29 stars 6 forks source link

Incorrect use of tf.Variable on input features #1371

Closed mvirgo closed 6 years ago

mvirgo commented 6 years ago

From post here: https://knowledge.udacity.com/questions/2536

Looks like we incorrectly use tf.Variable for input features that should be tf.Placeholder. I am following up to find what exact quiz this is.

baumanab commented 6 years ago

I looked for this, but didn't find it. Any idea what quiz?

mvirgo commented 6 years ago

Figured out that this was the TensorFlow ReLU quiz in the Deep Neural Networks lesson. I updated my response on Knowledge to be more clear on this.