I\'m creating the following model:
class VV(keras.Model): def __init__(self): super(VV, self).__init__() filter_size = (3, 4)