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

hi Team, I'm using ClearML for training DL model, but the Task got stucked after install all requirement 😞

  
  
Posted one year ago
Votes Newest

Answers 6


This error.means there is no queue named "services" in the system. You can create such a queue using the UI and try again

  
  
Posted one year ago

this is the log im getting

  
  
Posted one year ago

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

Can you share the task log?

  
  
Posted one year ago

@<1523701087100473344:profile|SuccessfulKoala55> hey.. i am also getting same issue.. i am using ubuntu 20.04 & 22.04.. agent is latest one

  
  
Posted one year ago

Hi @<1553913399572697088:profile|ZippyCow67> , what agent version are you running? What is the OS?

  
  
Posted one year ago