简体   繁体   English

火车:重用以前的任务 id

[英]Trains: reusing previous task id

I am using reuse_last_task_id=True to overwrite an existing task (with same project and task name).我正在使用reuse_last_task_id=True来覆盖现有任务(具有相同的项目和任务名称)。 But the experiment contains the torch model and therefore does not overwrite the existing task but creates a new one.但是实验包含火炬模型,因此不会覆盖现有任务而是创建一个新任务。 How can I detach the model from the task?如何从任务中分离模型?

Copying the answer from Trains team here.从这里复制火车团队的答案。

Try to do reuse_last_task_id=<task_id_here> ,to specify the exact Task to continue )click on the ID button next to the task name in the UI) If this value is true it will try to continue the last task on the current machine (based on project/name, combination) if the task was executed on another machine, it will just start a new one尝试执行reuse_last_task_id=<task_id_here> ,以指定要继续的确切任务)单击 UI 中任务名称旁边的 ID 按钮)如果此值为真,它将尝试继续当前机器上的最后一个任务(基于在项目/名称,组合上)如果任务是在另一台机器上执行的,它只会开始一个新的

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM