You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when using export_savedmodel, which is the first step listed on the CloudML Deploying Models step-by-step instructions, I receive an error ValueError: Unknown layer: AttentionWithContext. AttentionWithContext is a custom layer that my model is using.
Hi, and thank you for the great package!
when using
export_savedmodel
, which is the first step listed on the CloudML Deploying Models step-by-step instructions, I receive an errorValueError: Unknown layer: AttentionWithContext
.AttentionWithContext
is a custom layer that my model is using.Since many users use custom layers, it would be very helpful to address this issue. Maybe using an approach similar to, e.g., Keras'
custom_objects
? See https://keras.io/getting-started/faq/#handling-custom-layers-or-other-custom-objects-in-saved-modelsIf a solution already exists, any help/advice would be highly appreciated.
The text was updated successfully, but these errors were encountered: