-
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
Bump up CUDA version used for tests #5100
Conversation
49df693
to
b37b2c8
Compare
CI MESSAGE: [10395646]: BUILD STARTED |
CI MESSAGE: [10395646]: BUILD FAILED |
CI MESSAGE: [10397153]: BUILD STARTED |
b37b2c8
to
a597474
Compare
CI MESSAGE: [10397721]: BUILD STARTED |
CI MESSAGE: [10397153]: BUILD FAILED |
CI MESSAGE: [10398803]: BUILD STARTED |
CI MESSAGE: [10398803]: BUILD FAILED |
4527d2a
to
1491ba0
Compare
CI MESSAGE: [10409424]: BUILD STARTED |
CI MESSAGE: [10409424]: BUILD FAILED |
CI MESSAGE: [10413978]: BUILD STARTED |
CI MESSAGE: [10413978]: BUILD PASSED |
CI MESSAGE: [10422882]: BUILD STARTED |
CI MESSAGE: [10422882]: BUILD FAILED |
1da40c8
to
5c33c7f
Compare
5c33c7f
to
88a3c65
Compare
CI MESSAGE: [10442866]: BUILD STARTED |
CI MESSAGE: [10449721]: BUILD STARTED |
CI MESSAGE: [10442866]: BUILD FAILED |
CI MESSAGE: [10449721]: BUILD FAILED |
88a3c65
to
ea2ce35
Compare
- disable MXNet tests are MXNet is no longer actively developed - extend support for DLPack capsules that provide strides collapsing dimensions - updates TSM PaddlePaddle example to the latest API - removes SSD PaddlePaddle example as it uses many no longer supported functions (SSD specific) Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
ea2ce35
to
6f8ef62
Compare
CI MESSAGE: [10474458]: BUILD STARTED |
CI MESSAGE: [10474458]: BUILD FAILED |
CI MESSAGE: [10474458]: BUILD PASSED |
CI MESSAGE: [10479874]: BUILD STARTED |
CI MESSAGE: [10479874]: BUILD PASSED |
@@ -17,7 +17,7 @@ do_once() { | |||
|
|||
test_body() { | |||
out=`python infer.py -k 1 -s 15 demo` | |||
if echo $out | grep -E "(paragliding|sticking_tongue_out)"; then | |||
if echo $out | grep -E "(waxing_legs|paragliding)"; then |
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.
that's indeed a drastic change between the versions:)
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.
In CI it returns paragliding
, locally I get waxing_legs
. Visually examining the clip doesn't give me much clue which one is more correct or both are equally not correct (and I get different result by just updating PaddlePaddle and changing the model loading from paddle.fluid.io.load_persistables(exe, '', prog, filename=weight_path)
to paddle.distributed.io.load_persistables(exe, '', prog, filename=weight_path)
) :
Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
CI MESSAGE: [10563759]: BUILD STARTED |
CI MESSAGE: [10563759]: BUILD FAILED |
CI MESSAGE: [10576151]: BUILD STARTED |
CI MESSAGE: [10576548]: BUILD STARTED |
CI MESSAGE: [10576151]: BUILD PASSED |
actively developed
strides collapsing dimensions
supported functions (SSD specific)
Category:
Other (e.g. Documentation, Tests, Configuration)
Description:
actively developed
strides collapsing dimensions
supported functions (SSD specific)
Additional information:
Affected modules and functionalities:
Key points relevant for the review:
Tests:
Checklist
Documentation
DALI team only
Requirements
REQ IDs: N/A
JIRA TASK: N/A