Keras: Unable to create custom model: InvalidArgumentError: Value for attr 'T' of bool is not in the list of allowed values:

后端 未结 0 328
隐瞒了意图╮
隐瞒了意图╮ 2021-01-19 17:09

I\'m creating the following model:

class VV(keras.Model):
    def __init__(self):
        super(VV, self).__init__()
        
        filter_size = (3, 4)
            


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