Closed matt-gardner closed 7 years ago
The GatedAttention layer doesn't implement get_config, and so the gating function doesn't get loaded correctly. You can check this in a test by specifying a non-default gating function when training the model; it will load with the wrong one.
GatedAttention
get_config
The
GatedAttention
layer doesn't implementget_config
, and so the gating function doesn't get loaded correctly. You can check this in a test by specifying a non-default gating function when training the model; it will load with the wrong one.