You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the 'def create_segnet()' your use 'MaxUnpooling2D(pool_size=(2, 2))' but in 'class MaxUnpooling2D(Layer)' the parameter name 'size' isn't 'pool_size'
The text was updated successfully, but these errors were encountered:
in the 'def create_segnet()' your use 'MaxUnpooling2D(pool_size=(2, 2))' but in 'class MaxUnpooling2D(Layer)' the parameter name 'size' isn't 'pool_size'
The text was updated successfully, but these errors were encountered: