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'M Struggling With Executing A Python Script Which Is A Replica Of A Notebook, Which Executes Fine. The Issue I Am Encountering Is

Hi. I'm struggling with executing a python script which is a replica of a notebook, which executes fine. The issue I am encountering is
clearml_agent: ERROR: Can not run task without repository or literal script inscript.diff`` `The notebook execution reads the github repository etc. Not sure why this python file does not do the same. I have committed this python file into the repo, but in the execution tab, nothing is logged. Any ideas?

  
  
Posted 3 years ago
Votes Newest

Answers 5


Latest is 0.17.5rc4

  
  
Posted 3 years ago

Hi TenseOstrich47 , what ClearML version are you using?

  
  
Posted 3 years ago

Can you try the latest RC version?

  
  
Posted 3 years ago

Locally or on the remote server?

  
  
Posted 3 years ago

On my local I have clearml 0.17.4

  
  
Posted 3 years ago
579 Views
5 Answers
3 years ago
one year ago
Tags