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

merging deep learning models #23

Open
Yogeskumaran opened this issue Feb 5, 2024 · 0 comments
Open

merging deep learning models #23

Yogeskumaran opened this issue Feb 5, 2024 · 0 comments

Comments

@Yogeskumaran
Copy link

i have been working on a deep learning project for ai vs human text classification. my machine is not enough to process lakhs of data so i divided the data into chunks and created a individual model for each chunks. Totally five models where created and now i want to merge all those 5 models into a one single model and i merged that also . but the issue is because of merging the 5 models the new merged model expects 5 input but i want the new model to be expecting single input . how to achieve this?
Screenshot 2024-02-05 120025

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