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

Convert Keras model from Sequential to Input/output #177

Open
2 of 5 tasks
gsolard opened this issue Aug 11, 2023 · 0 comments
Open
2 of 5 tasks

Convert Keras model from Sequential to Input/output #177

gsolard opened this issue Aug 11, 2023 · 0 comments
Labels
3 - Quality of Life Not a priority enhancement New feature or request good first issue Good for newcomers NLP Issue related to the NLP template NUM Issue related to the NUM template

Comments

@gsolard
Copy link
Collaborator

gsolard commented Aug 11, 2023

Problem

The Sequential paradigm is outdated and the recommended way is to chain directly the layers in Keras models already done in the model_tfidf_dense of the NLP template (or the vision template)

Concerned template

  • NLP template
  • NUM template
  • VISION template
  • API template
  • How templates are generated - Jinja
@gsolard gsolard added enhancement New feature or request good first issue Good for newcomers NLP Issue related to the NLP template NUM Issue related to the NUM template 3 - Quality of Life Not a priority labels Aug 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Quality of Life Not a priority enhancement New feature or request good first issue Good for newcomers NLP Issue related to the NLP template NUM Issue related to the NUM template
Projects
None yet
Development

No branches or pull requests

1 participant