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. I Am Using Clearml Server On Premises To Manage Ml Data And Tasks/Experiments. Is It Possible To Modify File Path From Artifacts? The File Server Ip Changed After Server Migration And Previously Generated Artifacts Are No Longer Reachable Due To File

Hi. I am using ClearML server on premises to manage ML data and tasks/experiments. Is it possible to modify FILE PATH from ARTIFACTS? The file server IP changed after server migration and previously generated ARTIFACTS are no longer reachable due to FILE PATH referencing the old IP. Thanks in advance!

  
  
Posted 16 days ago
Votes Newest

Answers 7


Follow-up: although the FILE PATH from ARTIFACTS has the new IP and the MongoDB document looks fine, I get INTERNAL SERVER ERROR on download. Is HASH based on FILE PATH and fails a server check on download? Do you know what could be the issue? Thanks, again, in advance!

  
  
Posted 14 days ago

Thanks, after reading documentation online and checking the DB with MongoDB Compass, I solved the issue with a Python script. Best wishes!

  
  
Posted 14 days ago

I think this is what you're looking for - None

  
  
Posted 16 days ago

OK, thanks. Could you point me to a working example in ClearML/MongoDB? I don't have prior experience with ClearML/MongoDB.

  
  
Posted 16 days ago

I think you'd have to write it yourself. Basically, the artifact paths in experiments are saved in mongo. You would need to write a script that would modify those values in Mongo directly

  
  
Posted 16 days ago

Hi @<1523701070390366208:profile|CostlyOstrich36> , thanks for the prompt response. Do you know how/where to find such script and a guideline to run it? Thanks a again.

  
  
Posted 16 days ago

Hi @<1751777178984386560:profile|ConfusedGoat3> , I think you might need to run some migration script on the database, basically changing the paths of the artifacts registered to the new IP

  
  
Posted 16 days ago
67 Views
7 Answers
16 days ago
14 days ago
Tags
Similar posts