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
We are missing some initializers to fully support the export of models from Keras. One of them is the Orthogonal initializer.
Add an initializer class, write documentation for it, write a test for it, try, if possible, create a small trainable network with it (in your own GitHub) and attach a link.
Also, support for export and import of initializer in JSON format should be added (see ModelLoader.kt and ModelSaver.kt)
A detailed description of the initializer can be found here
The text was updated successfully, but these errors were encountered:
We are missing some initializers to fully support the export of models from Keras. One of them is the Orthogonal initializer.
Add an initializer class, write documentation for it, write a test for it, try, if possible, create a small trainable network with it (in your own GitHub) and attach a link.
Also, support for export and import of initializer in JSON format should be added (see ModelLoader.kt and ModelSaver.kt)
A detailed description of the initializer can be found here
The text was updated successfully, but these errors were encountered: