Unanswered
Hi there :slightly_smiling_face: !
I have a little issue. Here's a snippet:
``` task = Task.get_task(task_id=experiment_id)
models = task.get_models()["output"]
for m in models:
print(f"{m.url}")```
doing that, I get a list of URLs of
Hi there 🙂 !
I have a little issue. Here's a snippet:
task = Task.get_task(task_id=experiment_id)
models = task.get_models()["output"]
for m in models:
print(f"{m.url}")
doing that, I get a list of URLs of all output models shown in the UI for that task, but, each URL is repeated 3 times, just like if multiple Model()
in the list share the same artifact model file. And, looking in the Model panel in the UI, it seems that indeed there are 3 times more models for that task than shown in the Task>Artifacts>Output Models panel.
Why is that?
9 Views
0
Answers
22 hours ago
16 hours ago
Tags
Similar posts