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

[Feature Request]: Possibility to save Cropping and Concatenate layer in Tensorflow.Keras #1017

Open
AdrienDeverin opened this issue Apr 4, 2023 · 0 comments

Comments

@AdrienDeverin
Copy link

AdrienDeverin commented Apr 4, 2023

Background and Feature Description

Hello,
3 weeks ago a new merge have been done and allow us to save and load models (which is essential for a Deep learning library).
As said in the #976 (comment) thread, this one is incomplete and one of the most important layer (Cropping) is missing.
I did what I can in order to understand the bug in the save function and add myself this new feature, but I failed (it seems to be link to the generate_keras_metadata(saved_nodes, node_paths) function in Tensorflow.keras.Save.cs ). This is why I request you if someone know what to do to add this feature because without it I cannot do anything really interested on the long run.
Thanks you,

API Definition and Usage

Tensorflow.Keras , Cropping1D, Cropping2D, Cropping3D, Concatenate. Saving deep neural network

Alternatives

No response

Risks

No response

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