Hi,
I'm still relatively new to Keras and Deep Learning. It seems that there are two different classes for the same type of layer:
keras.layers.Convolution2D
vs
keras.layers.convolutional.Conv2D
What's the difference? Which one should I use for my CNN, especially when NOT using a sequential model?
Thanks!
Tobias