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
MistakenTurtle88
Moderator
5 Questions, 12 Answers
  Active since 23 November 2023
  Last activity 5 days ago

Reputation

0

Badges 1

12 × Eureka!
0 Votes
3 Answers
86 Views
0 Votes 3 Answers 86 Views
Hello, I'm using the clearml python api, how can I get the total runtime of a task in python? Thanks for your incredible work !
16 days ago
0 Votes
9 Answers
525 Views
0 Votes 9 Answers 525 Views
Hello I wanted to set up my clearml server locally, Is it normal that the webpage on None is blank?
4 months ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hello, Do you know when we compare two experiments if we can hide identicals fields by default?It is a pain to always click on this button if we have a lot o...
one year ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
one year ago
0 Votes
6 Answers
109 Views
0 Votes 6 Answers 109 Views
Hello, I'm trying to use clearml on a local server and for 2 days when I try to close the clearml task "task.close()" , it hangs forever and never stop. Do y...
6 days ago
0 Hello I Wanted To Set Up My Clearml Server Locally, Is It Normal That The Webpage On

In some case people have the same mistake:
Sometimes when you reload your server or when you are developping, the error can come from the browser cookies and not directly the server, my server started right but I restarted it and nothing appeared on my browser, switching to another browser fixed the issue

3 months ago
0 Hello I Wanted To Set Up My Clearml Server Locally, Is It Normal That The Webpage On

shouldn't we have a clearml interface like the one on the website ?

4 months ago
0 Hello, I'M Trying To Use Clearml On A Local Server And For 2 Days When I Try To Close The Clearml Task "Task.Close()" , It Hangs Forever And Never Stop. Do You Have Any Idea Why?

Hello,
This is my train.py
model = ModelParams(cfg.get("model", None))
opt = OptimizationParams(cfg.get("optimization", None))
cmlparams = ClearmlParams(cfg.get("clearml", None))
pipeline: "PipelineParams" = PipelineParams(cfg=cfg.get("pipeline", None))
test_iterations_default = (
list(range(0, 100)) + list(range(100, 1000, 10)) + list(range(1000, 10000, 50))
)
GS_loger: "loggingGS" = cfg.get("gs_logger", None)
` test_iterati...

5 days ago
0 Hello I Wanted To Set Up My Clearml Server Locally, Is It Normal That The Webpage On

Like my connect configuration on clearml look like this 😞
image

4 months ago
0 Hello, I'M Trying To Use Clearml On A Local Server And For 2 Days When I Try To Close The Clearml Task "Task.Close()" , It Hangs Forever And Never Stop. Do You Have Any Idea Why?

Sometimes I have " connection refused" when I logged my task but I've never been able to understand why exactly.
I followed the tutorial to setup my server except I didn't set up any of the experted parameters ," clearml_agent key" " CLEARML_host_IP" / " CLEARML_AGENT_GIT_PASS" ...
Eventually I just run this command
docker compose -f opt/clearml/docker-compose.yml

6 days ago
0 Hello, I'M Using The Clearml Python Api, How Can I Get The Total Runtime Of A Task In Python? Thanks For Your Incredible Work !

when I print task.data.runtime I have this
the runtime is {'ide': 'VSCode', 'CLEARML VERSION': 'clearml-2.0.0', 'CLI': 'train.py', 'progress': '100', 'platform': 'linux', 'python_version': '3.8.20', 'python_exec': '/opt/conda/envs/myenv/bin/python', 'OS': 'Linux-5.15.0-100-generic-x86_64-with-glibc2.17', 'processor': 'x86_64', 'cpu_cores': 16, 'memory_gb': 62.5, 'hostname': 'hostname', 'gpu_count': 2, 'gpu_type': 'NVIDIA TITAN V, ', 'gpu_memory': '12GB, 24GB', 'gpu_driver_version': '545.29....

13 days ago
0 Hello I Wanted To Set Up My Clearml Server Locally, Is It Normal That The Webpage On

the output of the logs ( command docker-compose -f /opt/clearml/docker-compose.yml ) are :

4 months ago
0 Hello I Wanted To Set Up My Clearml Server Locally, Is It Normal That The Webpage On

I have this error on clearml-elastic when I launch the docker-compose
learml-elastic | {"@timestamp":"2025-06-23T15:58:38.987Z", "log.level":"ERROR", "message":"fatal exception while booting Elasticsearch", "ecs.version": "1.2.0","service.name":"ES_ECS","event.dataset":"elasticsearch.server","process.thread.name":"main","log.logger":"org.elasticsearch.bootstrap.Elasticsearch","elasticsearch.node.name":"clearml","elasticsearch.cluster.name":"clearml","error.type":"java.lang.IllegalStateExcepti...

4 months ago