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, When I Run

Hi, when I run clearml-data create --name sampled --project test , this happens:
clearml-data - Dataset Management & Versioning CLI Creating a new dataset: Retrying (Retry(total=2, connect=2, read=5, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd15c017610>: Failed to establish a new connection: [Errno 111] Connection refused')': /the Web UI shows that the dataset is there with “uploading” status, so I can’t add a file to it with clearml-data add

the network is ok, so what can be wrong?

  
  
Posted one year ago
Votes Newest

Answers 3


Hi EnviousPanda91 , what version of ClearML are you using? Are you running on a self hosted server?

  
  
Posted one year ago

CostlyOstrich36 self hosted,
clearml ==1.6.4
clearml -agent==1.4.0rc0

  
  
Posted one year ago

upd: the status is changed to “Aborted”

  
  
Posted one year ago