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

Pixel batcher #17

Open
jpuigcerver opened this issue Mar 2, 2017 · 1 comment
Open

Pixel batcher #17

jpuigcerver opened this issue Mar 2, 2017 · 1 comment
Assignees

Comments

@jpuigcerver
Copy link
Owner

It would be very interesting to have a Pixel batcher, so that instead of sampling a fixed number of images, to sample an upper bound of pixels. This way, we could make a more efficient use of the GPU memory, and the batch size would not be affected by the largest image size, as it is affected now (batches with bigger images would contain less samples).

Aachen's RETURNN supports this options and I think it's very interesting.

@jpuigcerver
Copy link
Owner Author

On a second thought, it would be even better if the user just specified the number of MB. That way the memory required would only depend on the model.

@mauvilsa mauvilsa removed their assignment Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants