Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi, If It Is Necessary To Refine The Model By Running A Clone Task So That The Results Of The Task Are Used, What Should Be Done? Output_Uri=True? Task = Task.Init(Project_Name="Yolo8_Ver2", Task_Name="My Task#1",

Hi,
If it is necessary to refine the model by running a Clone Task so that the results of the Task are used, what should be done? output_uri=True?

task = Task.init(project_name="YOLO8_ver2",
task_name="my task#1",
output_uri=True )

  
  
Posted 9 months ago
Votes Newest

Answers 3


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?

  
  
Posted 9 months ago

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?

  
  
Posted 9 months ago

Hi, John C. !

  
  
Posted 9 months ago
519 Views
3 Answers
9 months ago
9 months ago
Tags