We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa5b088 commit df2f484Copy full SHA for df2f484
tests/encoders/test_timm_ported_encoders.py
@@ -26,6 +26,9 @@ class TestTimmEfficientNetEncoder(base.BaseEncoderTester):
26
)
27
files_for_diff = ["encoders/timm_efficientnet.py"]
28
29
+ # works with torch 2.4.0, but not with torch 2.5.1
30
+ do_test_torch_export = False
31
+
32
33
class TestTimmGERNetEncoder(base.BaseEncoderTester):
34
encoder_names = (
0 commit comments