Hi @<1590514572492541952:profile|ColossalPelican54> , I'm not sure what you mean. output_uri=True
will upload the model to the file server - making it more easily accessible. Refining the model would require unrelated code. Can you please expand?
I have misunderstood the purpose of the parameter - output_uri.
I have a task to retrain the model. When CopyTask is created, what model is loaded into it? The one that was obtained after training in the Task? best.pt ? Or do I need to specify it specially when creating CopyTask?