Skip to content

Update integration_segmentation_3d result for PyTorch2403 #7551

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

Merged
merged 2 commits into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -738,12 +738,14 @@ fi
# network training/inference/eval integration tests
if [ $doNetTests = true ]
then
set +e # disable exit on failure so that diagnostics can be given on failure
echo "${separator}${blue}integration${noColor}"
for i in tests/*integration_*.py
do
echo "$i"
${cmdPrefix}${cmd} "$i"
done
set -e # enable exit on failure
fi

# run model zoo tests
Expand Down
56 changes: 56 additions & 0 deletions tests/testing_data/integration_answers.py
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,62 @@
],
}
},
{ # test answers for 24.03
"integration_segmentation_3d": {
"losses": [
0.5442982316017151,
0.4741817444562912,
0.4535954713821411,
0.44163046181201937,
0.4307525992393494,
0.428487154841423,
],
"best_metric": 0.9314384460449219,
"infer_metric": 0.9315622448921204,
"output_sums": [
0.14268704426414708,
0.1528672845845743,
0.1521782248125706,
0.14028769128068194,
0.1889830671664784,
0.16999075690664475,
0.14736282992708227,
0.16877952654821815,
0.15779597155181269,
0.17987829927082263,
0.16320253928314676,
0.16854299322173155,
0.14497470986956967,
0.11437140546369519,
0.1624117412960871,
0.20156009294443875,
0.1764654154256958,
0.0982348259217418,
0.1942436068604293,
0.20359421536407518,
0.19661953116976483,
0.2088326101468625,
0.16273043545239807,
0.1326107887439663,
0.1489245275752285,
0.143107476635514,
0.23189027677929547,
0.1613818424566088,
0.14889532196775188,
0.10332622984492143,
0.11940054688302351,
0.13040496302762658,
0.11472123087193181,
0.15307044007394474,
0.16371989575844717,
0.1942898223272055,
0.2230120930471398,
0.1814679187634795,
0.19069496508164732,
0.07537197031940022,
],
}
},
]


Expand Down