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 All, I Am Really Stuck In Getting A Clearml Pipeline To Work. I Am Using The Open Source Version I Am Trying To Reproduce The Example On The Documentation, Using Pipelines In Task Mode. Here Is My Set Up

Hi All, I am really stuck in getting a clearml pipeline to work. I am using the open source version
I am trying to reproduce the example on the documentation, using pipelines in task mode.

Here is my set up

  • I have a cuda11 queue connected to an agent on machine
  • I have a machine-services agent running on the same host, serving the services queue
  • I tried to launch the script in two ways- Services agent in docker mode. The pipeline controller does something within the docker image and nothing after. It doesn't fail, or abort. It just keeps running, doing nothing after installing pyenv+pip
  • Service agent in non docker mode: The pipeline controller instantly fails saying User aborted: stopping task (3)
    Can I get some help please? This really determines whether we use clearml moving forward
  
  
Posted 10 months ago
Votes Newest

Answers 5


Fixed

  
  
Posted 10 months ago

I'm using clearml 1.9.3 client side

  
  
Posted 10 months ago

is the agent execution dependent on some CMD in my docker file?

  
  
Posted 10 months ago

Reviving this: do you recall what fixed this, or has anyone else run into this issue? I'm constantly getting this in my pipelines. If I run the exact same pipeline code / configuration multiple times, it will eventually run without a User aborted: stopping task (3) , but it's unclear what is happening the times when it fails.

  
  
Posted 8 months ago

No, it was fixed by restarting clearml then and some services. But currently, we gave up and we use debug=True so we dont use the services queue

  
  
Posted 8 months ago
689 Views
5 Answers
10 months ago
8 months ago
Tags
Similar posts