-
Notifications
You must be signed in to change notification settings - Fork 34
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
Can we add a performing inference example? #418
Comments
Hi @bhack, can you give us more details regarding "proxy-optimal" parameter and training example? I am not aware this example is present in the repository. |
I meant this is "optimized" with params for training: Can we have something similar for inference? |
We recently updated our documentation and have a optimized example for inferencing below. Hope this helps! |
Ok |
Currently we have a training example with "proxy-optimal" parameters in the repo.
Can we have an inference job example with "proxy-optimal" prams?
I think that an inference job example needs to have the prams for fast reading the input and fast saving the output (same or dedicated mounted buckets).
Generally inference is one time pass so many caching params are a bit useless to reach peak performance and it will be a good case to guide the user on the best practices.
The text was updated successfully, but these errors were encountered: