AttributeError: 'Dense' object has no attribute 'op'

后端 未结 0 1144

I have a model made like this:

class MyModel(tf.keras.Model):

    def __init__(self, input_shape, dropout_ratio=0.25,          


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