im trying to create a keras model through subclassing using:
class MyModel(Model): def __init__(self): super(MyModel, self).__init__() self.dense1