mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Revert "[pt2-bench] fix accuracy failure for beit_base_patch16_224 during training (#130005)"
This reverts commit 0af8c8a981.
Reverted https://github.com/pytorch/pytorch/pull/130005 on behalf of https://github.com/jeanschmidt due to Seems to have introduced breakages in main cuda12 focal jobs ([comment](https://github.com/pytorch/pytorch/pull/129996#issuecomment-2209175516))
This commit is contained in:
parent
57d05f2616
commit
54da35a2e0
|
|
@ -6,7 +6,7 @@ adv_inception_v3,pass,6
|
|||
|
||||
|
||||
|
||||
beit_base_patch16_224,pass,7
|
||||
beit_base_patch16_224,fail_accuracy,7
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
|
@ -6,7 +6,7 @@ adv_inception_v3,pass,6
|
|||
|
||||
|
||||
|
||||
beit_base_patch16_224,pass,7
|
||||
beit_base_patch16_224,fail_accuracy,7
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
|
@ -83,7 +83,6 @@ REQUIRE_HIGHER_TOLERANCE = {
|
|||
REQUIRE_EVEN_HIGHER_TOLERANCE = {
|
||||
"levit_128",
|
||||
"sebotnet33ts_256",
|
||||
"beit_base_patch16_224",
|
||||
}
|
||||
|
||||
# These models need higher tolerance in MaxAutotune mode
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user