You posted in the wrong course so be mindful where you post!
The error has probably got to do with how you declare the activation in:
tf.nn.log_softmax
: Log of the output probabilities. docs- You don’t need to set any parameters, just set the activation parameter as
activation=tf.nn.log_softmax
.
- You don’t need to set any parameters, just set the activation parameter as