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
Hey, Does Somebody Know An Easy Way To Transfer A Task With All It’S Dependencies Like Weights File And Dataset From One Clearml Server To Another Clearml Server.??? Currently I Export The Task, Download The Artifacts And Upload All Of Them To S3 And Then

Hey, does somebody know an easy way to transfer a task with all it’s dependencies like weights file and dataset from one ClearML server to another ClearML server.???
Currently I export the task, download the artifacts and upload all of them to S3 and then deploy in the new server….
Thanks!

  
  
Posted 2 years ago
Votes Newest

Answers 2


Thanks! SuccessfulKoala55 I’ll take a look

  
  
Posted 2 years ago

Hi ScrawnyLion96 ,
This kind of "migration" script is something we're toying with, but we don't have it ready to publish just yet. It's partially implemented as part of the server in the pre-populate code (which allows the server to automatically inject example scripts it's first installed). You can see the code at https://github.com/allegroai/clearml-server/blob/master/apiserver/mongo/initialize/pre_populate.py

  
  
Posted 2 years ago
636 Views
2 Answers
2 years ago
one year ago
Tags