Image_segmentation_Unet_v2 - build the model (problem)

Please restrict code changes to places only where required.
This is the signature of upsampling_block in the starter code:

def upsampling_block(expansive_input, contractive_input, n_filters=32):

This is your notebook version:

def upsampling_block(expansive_input, contractive_input, c=32):

Follow these steps to refresh your workspace and try again.

1 Like