Week 1 Assignment 2 Raise Error because of TensorFlow Version

You can find another thread about this same issue here. Please have a look. It has nothing to do with versions of TF. Normally this error just means you have misinterpreted the way that the “Functional API” works and are not supplying a tensor as the argument on the RHS, which results in the LHS becoming a function instead of a tensor. Things go south from there …

2 Likes