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
Profile picture
JoyousReindeer30
Moderator
1 Question, 4 Answers
  Active since 05 February 2023
  Last activity one year ago

Reputation

0
0 Votes
1 Answers
694 Views
0 Votes 1 Answers 694 Views
When running the agent and enqueued the task, it failed. Why it is installing from Command '['/home/saurabh/.clearml/venvs-builds/3.8/bin/python'] @<15237010...
one year ago
0 Hi Team,In Clearml.Config File Can We Change This
python:3.7
Status: Downloaded newer image for python:3.7
docker: Error response from daemon: could not select device driver "" with capabilities: [[gpu]].

@John C. where to configure if agent is not having gpu?
one year ago
0 Hi Team,In Clearml.Config File Can We Change This

Agent is also running:
clearml-agent daemon --queue default services --foreground --docker python:new --cpu-only

but agent setting stucked at this pip warning
image
image

one year ago
0 Hi Team,In Clearml.Config File Can We Change This

pipeline gets created but execution not happening...
image

one year ago
0 Hi Team,In Clearml.Config File Can We Change This

@<1523701070390366208:profile|CostlyOstrich36> While running pipeline.py for the asteroid_example.
It worked for this: pipe.start_locally(run_pipeline_steps_locally=True)

But it's in pending state only while running with pipe.start().

ClearML Task: created new task id=0f27eae0f8a34605870ebbf41a2ad128
ClearML results page: 

ClearML pipeline page: 

Switching to remote execution, output log page 

Terminating local execution process
one year ago