Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using keras model_from_json fails in some cases #13

Open
tkwk opened this issue Mar 12, 2019 · 0 comments
Open

using keras model_from_json fails in some cases #13

tkwk opened this issue Mar 12, 2019 · 0 comments

Comments

@tkwk
Copy link

tkwk commented Mar 12, 2019

AddCoordinateEncoding is loaded instead of AddPositionalEncoding.
Apply the following patch to position.py

@@ -135,5 +135,5 @@
 get_custom_objects().update({
     'TransformerCoordinateEmbedding': TransformerCoordinateEmbedding,
     'AddCoordinateEncoding': AddCoordinateEncoding,
-    'AddPositionalEncoding': AddCoordinateEncoding,
+    'AddPositionalEncoding': AddPositionalEncoding,
 })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant