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
Unanswered
Hi Team, I'M Using Clearml For Training Dl Model, But The Task Got Stucked After Install All Requirement


ClearML Task: created new task id=d6025270ff4148919451694f3b8f301d
ClearML results page: None
ClearML pipeline page: None
Traceback (most recent call last):
File "pipeline_from_tasks.py", line 69, in <module>
pipe.start()
File "/home/edgebricks/.local/lib/python3.8/site-packages/clearml/automation/controller.py", line 894, in start
self._task.execute_remotely(queue_name=queue, exit_process=True, clone=False)
File "/home/edgebricks/.local/lib/python3.8/site-packages/clearml/task.py", line 2592, in execute_remotely
Task.enqueue(task, queue_name=queue_name)
File "/home/edgebricks/.local/lib/python3.8/site-packages/clearml/task.py", line 1278, in enqueue
raise ValueError('Could not find queue named "{}"'.format(queue_name))
ValueError: Could not find queue named "services"

  
  
Posted one year ago
87 Views
0 Answers
one year ago
one year ago