Course 4, Week 1, Programming Assignment 2 Error

Hi all,

I am working on the second assignment in week 1 on the ConvNet course, and I attempted to build the ConvNet using Keras as instructed. I was successfully able to create and train the network, but when running the test I got the following error:

What gives? What is wrong with this output?

Figured this out. Don’t use tf.Activation(‘relu’)(), use tf.ReLU()()

2 Likes