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
JumpyDragonfly13
Moderator
4 Questions, 16 Answers
  Active since 10 January 2023
  Last activity 7 months ago

Reputation

0

Badges 1

10 × Eureka!
0 Votes
1 Answers
917 Views
0 Votes 1 Answers 917 Views
Hi, thanks for offering 100GB storage in the free plan! From Web UI or CLI, how to check how much storage is used/left?
3 years ago
0 Votes
4 Answers
927 Views
0 Votes 4 Answers 927 Views
Hello, I have a question regarding the usage of APIClient from clearml.backend_api.session.client import APIClient client = APIClient() events = client.event...
2 years ago
0 Votes
13 Answers
958 Views
0 Votes 13 Answers 958 Views
Hello, I encountered an issue while deploying a self-hosted clearml server, by following the official docker compose https://clear.ml/docs/latest/docs/deploy...
2 years ago
0 Votes
5 Answers
929 Views
0 Votes 5 Answers 929 Views
Hi! I'd like to try https://app.community.clear.ml/login/signup?redirect=%2F%3F and sign up with my account. My last name only has 2 characters, so I could n...
3 years ago
0 Hello Again, How Can I Use The

Hi AgitatedDove14

I tried the commands you suggested. The first command works fine, but the second command failed with the following message:
docker: Error response from daemon: OCI runtime create failed: container_linux.go:370: starting container process caused: process_linux.go:459: container init caused: Running hook #0:: error running hook: exit status 1, stdout: , stderr: nvidia-container-cli: initialization error: driver error: failed to process request: unknown.
Our remote machi...

3 years ago
0 Hello Again, How Can I Use The

AgitatedDove14 Yes thanks, it seems relevant. So, how to run without docker? We'd like to try it without docker first.

3 years ago
0 Hello Again, How Can I Use The

AgitatedDove14 Hi, for remote machine, I'm switching to Ubuntu server + docker + NVIDIA GPU, instead of using Windows. I run the clearml-agent with docker on the Ubuntu server.

Now everything looks fine on the server after I started the clearml-session on my laptop, which means SSH/VSCode/Jupyter servers are created and I got the URLs.

However, on my laptop it is showing error:
` Remote machine is ready
Setting up connection to remote session
Starting SSH tunnel
ssh: connect to host 172.17...

3 years ago
0 Hello Again, How Can I Use The

AgitatedDove14 Yes I have an agent running. Otherwise, it would keep running at "Waiting for remote machine allocation . [Status]"

I do not know how to check the TCP connection?

BTW, I just tried the command clearml-session again, and now it would stop with error "docker: Error response from daemon: could not select device driver "" with capabilities: [[gpu]].". It means I could not use a remote machine without GPU?

3 years ago
0 Hello, I Have A Question Regarding The Usage Of

SmugDolphin23 I see. Thank you

2 years ago
0 Hello, I Encountered An Issue While Deploying A Self-Hosted Clearml Server, By Following The Official Docker Compose

I'm curious too.

It did redirect when I set it up last time few days ago (on a different Ubuntu server). However, this time it seems not redirecting me. How could I further debug or investiage this isssue?

2 years ago
0 Hello, I Encountered An Issue While Deploying A Self-Hosted Clearml Server, By Following The Official Docker Compose

CostlyOstrich36 Thanks! After loging in, everything works without any error.

So it seems the root cause is just that I haven't logged in for the 1st time?

2 years ago
0 Hello Again, How Can I Use The

Hi AgitatedDove14 , I am trying to run clearml-session on my laptop, but it seems to keep running at "Waiting for environment setup to complete [usually about 20-30 seconds]" for several minutes. How could I debug and resolve it?

I do not see any error in https://app.community.clear.ml/projects/368fb3c4fcdd419e8b597ed100c29d69/experiments/bf78f1c303c74062986384cd74f0e542/info-output/log?columns=selected&columns=type&columns=name&columns=status&columns=project.name&columns=users&colu...

3 years ago
3 years ago
0 Hello, I Have A Question Regarding The Usage Of

SmugDolphin23 Thanks! get_task_log is working fine 🎉

Just wonder why download_task_log is not working? Is it something to be fixed?

2 years ago
0 Hi! I'D Like To Try

SuccessfulKoala55 Just tried it and it's fixed, thanks!

3 years ago
0 Hello, I Encountered An Issue While Deploying A Self-Hosted Clearml Server, By Following The Official Docker Compose

You're right.

I have set up 2 self-hosted clearml server, and I'm accessing both using SSH tunneling & the same domain ( http://localhost:8080 ). After logging out from the 1st clearml website, the 2nd website did redirect me to the login page.

Therefore, the previous error of the 2nd web app is that it was using a wrong cookie from the 1st web app.

2 years ago
0 Hello Again, How Can I Use The

AgitatedDove14 Hi, thanks for the response.

I tried to change the IP address as indicated above, but now clearml-session is showing the error:
ssh: connect to host 10.19.20.15 port 10022: Connection refused
Info to help you reproduce FYI:
clearml-session : version 0.3.2 Ubuntu: version 20.04.2 LTS docker specified for the interactive session: nvidia/cuda:10.1-cudnn7-runtime-ubuntu18.04 command-line used to spin the agent: clearml-session --docker nvidia/cuda:10.1-cudnn7-runtim...

3 years ago