TypeError
: Layer reshape_1 does
not support masking
, but was passed an input_mask
: Tensor
("concatenate_1/All:0", shape
=(?
, ?
), dtype
=bool)
def __init__(self
, output_dim
, **kwargs
):
self
.output_dim
= output_dim
super().__init__
(**kwargs
)
self
.supports_masking
= True
转载请注明原文地址:https://tech.qufami.com/read-22573.html