Hi FlatOctopus65
You are almost thereprev_task: Task = Task.get_task(task_id=<prev_task_id_here>) model = prev_task.models['output'][-1] my_check_point = model.get_local_copy()
Answered
Hey! Is There Way To Get Latest/Best Checkpoint From Another Task (I Know Task Id)?
I Know How To Get Data From Artifacts:
Hey! Is there way to get latest/best checkpoint from another task (I know task ID)?
I know how to get data from artifacts:prev_task: Task = Task.get_task(task_id=<prev_task_id_here>) model = prev_task.artifacts['model'].get()
but I don't know how to get data from Models
sections ( task.update_output_model
)
1K Views
2
Answers
2 years ago
one year ago
Tags
Similar posts