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 73ca767 commit b51b273Copy full SHA for b51b273
keras_hub/src/models/task_test.py
@@ -108,7 +108,6 @@ def test_summary_without_preprocessor(self):
108
model.summary(print_fn=lambda x, line_break=False: summary.append(x))
109
self.assertNotRegex("\n".join(summary), "Preprocessor:")
110
111
- @pytest.mark.large
112
@parameterized.named_parameters(
113
{
114
"testcase_name": "load_with_quantized_weights",
@@ -123,6 +122,7 @@ def test_summary_without_preprocessor(self):
123
122
"expected_dtype": "float32",
124
},
125
)
+ @pytest.mark.large
126
def test_quantized_preset_loading_and_saving(
127
self, load_weights, dtype_override, expected_dtype
128
):
0 commit comments