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
Weird Error; My Local Execution Hung With

Weird error; my local execution hung with
ClearML Monitor: Could not detect iteration reporting, falling back to iterations as seconds-from-start 2022-03-07 10:46:26,957 - clearml.Task - INFO - Repository and package analysis timed out (300.0 sec), giving up 2022-03-07 10:46:29,530 - clearml.Task - WARNING - Failed auto-detecting task repository: no info for [PosixPath('/home/idan/git/cc-ml-platform'), PosixPath('/home/idan/git/cc-ml-platform/ccmlp/mlops')] (exception SystemExit() not a BaseException subclass)Then switched to remote execution, where it failed with
clearml_agent: ERROR: Can not run task without repository or literal script inscript.diffBut then I ran the same code again (did not change anything), and it went through fine 🤨

  
  
Posted one year ago
Votes Newest

Answers 4


It misses the repository information of course, but the 'configuration/Args' were logged. So something weird in identifying the repository

  
  
Posted one year ago

Yes

  
  
Posted one year ago

Can you look in the UI if the execution parameters were logged?

  
  
Posted one year ago

And when you run it again under exactly the same circumstances it works fine?

  
  
Posted one year ago
372 Views
4 Answers
one year ago
10 months ago
Tags