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
CostlyOstrich36
Moderator
0 Questions, 4168 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0
0 Clearml Provides Api'S To Create Pipelines And Deploy Models ?

And regarding model deployment you mean serving the model through a serving engine such as triton?

3 years ago
3 years ago
0 Hi, Guys! Who Knows How Move Text For Title To Bottom Lines?

ElatedChimpanzee91 , hi 🙂
I think you can enlarge the graph to see the entire thing OR maybe try adding \n in the title, maybe that would work

2 years ago
0 Hi! I’Ve Been Using Clearml For Some Time In My Previous Company, But I Have A New Job Now, And Naturally I Want To Continue Using It And Hopefully Convince My Team Mates! But I Couldn’T Set The Clearml-Server Docker. We Are Discouraged From Using

Maybe those are internal ports for the docker since I can see the following for one of the dockers ports section
8008/tcp, 8080-8081/tcp, 0.0.0.0:8085->8085/tcp, :::8085->8085/tcp

3 years ago
0 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 @<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?

one year ago
0 Hello! The Agent-Services Present In Clearml Server'S Docker-Compose Is Only For Cleanup Tasks, Right ? For Training I Would Need To Run Another Instance Of Clearml-Agent Alongside The Docker-Compose ?

ShinyRabbit94 , Hi 🙂

Yes. Please note that the machine you run the agent on needs to have all the resources to run your experiments (gpu etc).

3 years ago
3 years ago
0 Hi, What Is The Best Way To Add New Data To The Uploaded Dataset. Currently, Uploaded Dataset Stored In Clearml Have This Structure.

Try creating a new version and syncing the local folder (or try to specifically add files) 🙂

3 years ago
0 Im Trying To Run This Exmple :

Can you please provide a shareable link?

3 years ago
0 I Am Trying To Test And Show The Results On My Local Machine. ( Clearml-Server With

EcstaticBaldeagle77 , please lower all the dockers then run the following commands and then try raising them again.
` sudo mkdir -p /opt/clearml/data/elastic
sudo mkdir -p /opt/clearml/data/mongo/db
sudo mkdir -p /opt/clearml/data/mongo/configdb
sudo mkdir -p /opt/clearml/data/redis
sudo mkdir -p /opt/clearml/logs
sudo mkdir -p /opt/clearml/config
sudo mkdir -p /opt/clearml/data/fileserver

sudo chown -R 1000:1000 /opt/clearml `
Also, where did you find the instructions with 'trains' in it?

3 years ago
0 I Am Trying To Test And Show The Results On My Local Machine. ( Clearml-Server With

Can you please run ls -la /opt/clearml and send the output + your docker compose file

3 years ago
3 years ago
0 Can One Compare Experiments/Tasks From Different Projects? Edit: I Mean, I Can Manually Navigate To Some

Of course :)

You can select tasks in different projects in table view or you can add experiments to an existing compare

3 years ago
3 years ago
0 Hi All, I Have A Pipeline Construct From Multiple Base Tasks. Is There A Way To Get Output Or Notification Somehow From One Of The Steps In The Pipeline On The Fly? I Want To Know If I Can Trigger The A Child Step Based On Some "Go" Command That I Will Pu

Hi @<1539417873305309184:profile|DangerousMole43> , if understand correctly, you basically want to have some logic in your pipeline that will launch jobs according to some "trigger"?

one year ago
0 Hello ! When Running

Can you try going into the docker and verifying you have the same clearml.conf inside?

3 years ago
Show more results compactanswers