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 ad27def commit cbbcdb8Copy full SHA for cbbcdb8
tests/integration/annotation_import/test_model_run.py
@@ -16,6 +16,7 @@ def test_model_run(client, configured_project_with_label, rand_gen):
16
name = rand_gen(str)
17
config = {"batch_size": 100}
18
model_run = model.create_model_run(name, config)
19
+ print(model_run)
20
assert model_run.name == name
21
assert model_run.training_metadata["batch_size"] == config["batch_size"]
22
assert model_run.model_id == model.uid
0 commit comments