unable to initialize Keras model through subclassing

后端 未结 0 1734
滥情空心
滥情空心 2020-12-20 17:10

im trying to create a keras model through subclassing using:

class MyModel(Model):
 def __init__(self):
     super(MyModel, self).__init__()
     self.dense1          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题