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

Add Identity initializer #50

Closed
zaleslaw opened this issue May 18, 2021 · 1 comment · Fixed by #73
Closed

Add Identity initializer #50

zaleslaw opened this issue May 18, 2021 · 1 comment · Fixed by #73
Assignees
Labels
good first issue Good for newcomers
Milestone

Comments

@zaleslaw
Copy link
Collaborator

zaleslaw commented May 18, 2021

We are missing some initializers to fully support the export of models from Keras. One of them is the Identity 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

@zaleslaw zaleslaw added the good first issue Good for newcomers label May 18, 2021
@zaleslaw zaleslaw added this to the 0.3 milestone May 18, 2021
@hbrammer
Copy link
Contributor

Hi there 👋🏻
I'm new to the party and would love to help.
Created a first draft of this in #73

I will hopefully complete this in the next couple of days.

zaleslaw pushed a commit that referenced this issue Jun 2, 2021
* Create Identity initializer

* Added Jupyter Notebook for producing export of all initializers
@zaleslaw zaleslaw changed the title Add Identity intializer Add Identity initializer Sep 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants