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
[Potential Bug Where The

[Potential bug where the script path option is changed for remote runs]
Hi everyone! We’re still using ClearML quite a bit, usually by running the first, smaller training locally, have that “recorded” by ClearML and then clone it to run remotely with ClearML agent.
Lately, we have noticed a weird bug where the script path is recorded incorrectly:
To record the local run, we run python3 -m folder_name.train However, in the ClearML UI under Execution -> script path it shows up as python3 -m folder_name , i.e. with the .train part missing. This of course get’s cloned in the same way and is easy to forget aboutAny idea why this could be happening? It is actually new, and didn’t used to happen before - we haven’t changed the ClearML version or anything in between.

  
  
Posted one year ago
Votes Newest

Answers 2


Hi John, thanks for getting back to me!
So it shows up in the UI like shown below. It happens both when “recording” the local run on Mac and on Linux.

  
  
Posted one year ago

Hi ScantChimpanzee51 , can you please add a screenshot of how it looks? What OS are you running on?

  
  
Posted one year ago
858 Views
2 Answers
one year ago
one year ago
Tags