-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
#20927 support inputs that have no batch #26778
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix code style
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix code style
@mvafin Hello, Is there any problem with my code? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use existing test_pooling.py
for your tests or remove it to create test_avg_pool.py
and test_max_pool.py
Please fix code style |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tianyiSKY1 Tests are passing, but you still have code style issues. Please fix them.
You can fix the code style automatically as written here:
openvino/docs/dev/coding_style.md
Line 11 in 3f70084
If all dependencies are resolved, you can use the `clang_format_fix_all` target to fix all code style issues. |
build_jenkins |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. @tianyiSKY1 thank you for contribution!
Thank you for all the guidance you've been giving me lately, I've learned a lot! |
build_jenkins |
@tianyiSKY1 please do not merge master. It restarts all CI, it is not needed for your changes. |
build_jenkins |
#20927
Details: