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 2 years ago
Votes Newest

Answers 4


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

  
  
Posted 2 years ago

Yes

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago
571 Views
4 Answers
2 years ago
one year ago
Tags