-
Notifications
You must be signed in to change notification settings - Fork 97
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
update computer vision image example #139
Conversation
9879483
to
5be2d52
Compare
Deploying datachain-documentation with Cloudflare Pages
|
5be2d52
to
56b80b0
Compare
"id": "52ad8daf-d9e2-4eca-8582-050736cd7359", | ||
"metadata": { | ||
"scrolled": true | ||
}, | ||
"outputs": [ |
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.
[F] I just dropped this output as it did not seem that useful
ds_emb = ( | ||
DataChain(name="fashion-test") | ||
dc_emb = ( | ||
DataChain(name="fashion-tmp") # from 2-basic-operations.py |
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.
[F] fashion-test
is not available at this point
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #139 +/- ##
==========================================
+ Coverage 86.85% 86.86% +0.01%
==========================================
Files 88 88
Lines 9377 9377
Branches 1879 1879
==========================================
+ Hits 8144 8145 +1
+ Misses 901 900 -1
Partials 332 332
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
56b80b0
to
449f029
Compare
No description provided.