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, Does Anyone Faced This Problem? I'M Trying To Run A Task From A Queue. The Same Task Is Running Locally Just Fine. Moreover, I Have An Experience Running Large Scale Of Experiments From Clearml'S Queues, This Problem Is New. After Setting The Env, I G

Hi, does anyone faced this problem?
I'm trying to run a task from a queue. The same task is running locally just fine. Moreover, I have an experience running large scale of experiments from clearml's queues, this problem is new.
After setting the env, I get this output: Note: switching to 'f31af3927f4091f5fb8126c77a0addebd4c1fe94' (or any other random commit id) . Than it makes some more installations, and after the env summarization I get:
Environment setup completed successfully
Starting Task Execution:
/root/.clearml/venvs-builds/3.8/bin/python: can't open file 'run_with_clearml.py': [Errno 2] No such file or directory and it fails.
'run_with_clearml.py' is my running script, however it is not where it should be found.
Any help? I tried running on different machines, different accelerators (gpu\hpu) and I get this same error. clearml version= 1.13.2
Thanks!

  
  
Posted 4 months ago
Votes Newest

Answers 5


Hey,
I attach the task's exec code, and the full log on gpu. And this is actually a semi-self deployed project. Thanks!
image

  
  
Posted 4 months ago

@<1531807732334596096:profile|ObliviousClams17> can you share a screenshot of the task's execution section?

  
  
Posted 4 months ago

Hi @<1531807732334596096:profile|ObliviousClams17> , are you self deployed? Can you please provide the full log?

What happens if you clear the commit and just run with latest master?

  
  
Posted 4 months ago

Yes, this is the file I attached (the png)

  
  
Posted 4 months ago

Is run_with_clearml.py your own file?

  
  
Posted 4 months ago