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

Speedup on Image to Image problems? #342

Open
swamiviv opened this issue Jul 26, 2023 · 1 comment
Open

Speedup on Image to Image problems? #342

swamiviv opened this issue Jul 26, 2023 · 1 comment

Comments

@swamiviv
Copy link

I am trying to use ffcv for an image to image prediction problem, Depth Prediction. I am unable to achieve any speed-up in my basic implementation compared to a a naive dataloading mechanism (reading files from disk and iterating over them). What are ways that I can use to understand if ffcv can actually be used to speed up my use case? What are some knobs I can tune to maybe increase the speed of ffcv? num_workers etc

@swamiviv swamiviv changed the title Gain on Image to Image problems? Speedup on Image to Image problems? Jul 26, 2023
@andrewilyas
Copy link
Contributor

andrewilyas commented Aug 16, 2023

Hi @swamiviv ! You might be interested in the "Bottleneck Doctor" page in the FFCV docs: https://docs.ffcv.io/bottleneck_doctor.html . Hopefully this helps! Another place to look would be the tuning guide, here: https://docs.ffcv.io/parameter_tuning.html

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

2 participants