-
Notifications
You must be signed in to change notification settings - Fork 80
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
Create pytorch objects inference fix #422
Create pytorch objects inference fix #422
Conversation
CI fixed for inference
Codecov Report
@@ Coverage Diff @@
## master #422 +/- ##
==========================================
- Coverage 92.35% 92.34% -0.01%
==========================================
Files 104 104
Lines 6082 6088 +6
==========================================
+ Hits 5617 5622 +5
- Misses 465 466 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
LGTM!
Not merging directly since some of my code was in the merge structure. Thoughts, @Geeks-Sid?
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.
LGTM!
Credit to @sarthakpati for the base implementation!
Proposed Changes
create_pytorch_objects
functionChecklist
CONTRIBUTING
guidepip install
step is needed for PR to be functional), please ensure it is reflected in all the files that control the CI, namely: python-test.yml, and all docker files [1,2,3,4]