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

How to run training if input is given using a generator? #31

Open
sohamsatyadharma opened this issue Aug 5, 2022 · 0 comments
Open

Comments

@sohamsatyadharma
Copy link

sohamsatyadharma commented Aug 5, 2022

If the input is given as
model = Model([input, label], output)
and a generator object is used to call model.fit like
model.fit(input_generator, ....)

How will the labels be passed to the fit function?

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