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

why the 2nd element of the yield in data_generator is of size equal to batch_size? #776

Open
sonalrpatel opened this issue Aug 21, 2022 · 1 comment

Comments

@sonalrpatel
Copy link

sonalrpatel commented Aug 21, 2022

Following is the link to the exact line of code.
I just want to understand the theory behind it.

yield [image_data, *y_true], np.zeros(batch_size)

@sonalrpatel
Copy link
Author

sonalrpatel commented Aug 21, 2022

Also refer to following link for another similar question.
#761 (comment)

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