We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57e1de7 + c6af5b0 commit 0a12a76Copy full SHA for 0a12a76
1 file changed
sagemaker-train/tests/integ/train/test_custom_scorer_evaluator.py
@@ -246,6 +246,7 @@ def test_custom_scorer_evaluator_validation(self):
246
247
# @pytest.mark.skip(reason="Built-in metric evaluation - to be enabled when needed")
248
@pytest.mark.gpu_intensive
249
+ @pytest.mark.serial
250
def test_custom_scorer_with_builtin_metric(self):
251
"""
252
Test custom scorer evaluation with built-in metric.
@@ -299,6 +300,7 @@ def test_custom_scorer_with_builtin_metric(self):
299
300
301
# @pytest.mark.skip(reason="Base model only evaluation - not working yet per notebook")
302
303
304
def test_custom_scorer_base_model_only(self):
305
306
Test custom scorer evaluation with base model only (no fine-tuned model).
0 commit comments