-
Notifications
You must be signed in to change notification settings - Fork 622
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 turn off warning log #5695
Comments
Hi @tendar. That warning means that the operator try to come up with a random cropping window satisfying the given requirements. Perhaps the given requirements are either impossible or hard to meet with the input bounding bounding boxes you are providing. Can you give more details on your usage of the operator. |
Hi @jantonguirao ,
|
Describe the question.
Hi,
During training task, DALI throw out too many waring log, as follows:
"operators/image/crop/bbox_crop.cc:784] Could not find a valid cropping window to satisfy the specified requirements (attempted 64 times)."
How to turn off these warning log. Thanks.
Check for duplicates
The text was updated successfully, but these errors were encountered: