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, After My Model'S Iterations Ended And Task Turned To Completed I Wanted To Still Train The Model Further For More Iterations. I Found There Is

Hi,
After my model's iterations ended and task turned to Completed I wanted to still train the model further for more iterations. I found there is continue_last_task argument which allows to do that, so I've just run the new task with this argument equal to the ID of the task I wanted to continue. However I think I misunderstood or misused this argument since my training loss suddenly jumped after the continuation (first task iterations ended at 39). Could you please advise how to achieve continuation of the task, so the behavior is just as if I have had put bigger amount of iterations since the beginning?
image

  
  
Posted 10 months ago
Votes Newest

Answers


Hi @<1566596960691949568:profile|UpsetWalrus59> , if I'm not mistaken, your code itself needs to support this

  
  
Posted 10 months ago
563 Views
1 Answer
10 months ago
10 months ago
Tags