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
GleamingGrasshopper63
Moderator
7 Questions, 21 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

21 × Eureka!
0 Votes
0 Answers
453 Views
0 Votes 0 Answers 453 Views
nvmd. I think I was able to find the answer.
2 years ago
0 Votes
4 Answers
497 Views
0 Votes 4 Answers 497 Views
Hi all. In upgrading clearml-agent on our server because of: https://clearml.slack.com/archives/CTK20V944/p1648663004925569 (we killed our agents, updated cl...
one year ago
0 Votes
6 Answers
529 Views
0 Votes 6 Answers 529 Views
Hi friends. I need to authenticate to Hugging Face to download a private dataset (as shown here: https://huggingface.co/welcome ) for a ClearML job. How do I...
2 years ago
0 Votes
11 Answers
472 Views
0 Votes 11 Answers 472 Views
Hi all. I'm having some issues authenticating with ClearML in Google Colab. Here's what I did locally, which worked: installed clearml performed clearml-init...
2 years ago
0 Votes
12 Answers
421 Views
0 Votes 12 Answers 421 Views
Hi clearML community. I interviewed Nir Bar-Lev on the Practical AI podcast, so I had Allegro/clearML in the back on my mind. I’m launching a new project at ...
3 years ago
0 Votes
4 Answers
530 Views
0 Votes 4 Answers 530 Views
2 years ago
0 Votes
0 Answers
536 Views
0 Votes 0 Answers 536 Views
I'm fine to specify package versions, but some package versions have a requirement on Python version, and that's where I'm currently facing an issue.
2 years ago
0 Hi All. I'M Having Some Issues Authenticating With Clearml In Google Colab. Here'S What I Did Locally, Which Worked:

I also tried setting it with the library manually using
Task.set_credentials(web_host=web_server, api_host=api_server,files_host=files_server, key=access_key, secret=secret_key )

2 years ago
0 Hi Clearml Community. I Interviewed Nir Bar-Lev On The Practical Ai Podcast, So I Had Allegro/Clearml In The Back On My Mind. I’M Launching A New Project At My Org Now, And I Think Clearml Might Be A Good Fit. Questions That Have Come Up Are:

AgitatedDove14 With the GPU job management, do you know if you can limit usage per user. That is, could I limit a certain user to only using at most 2 GPUs at a time or only particular GPUs, as something similar to that?

3 years ago
0 Hi All. In Upgrading Clearml-Agent On Our Server Because Of:

Yes, sorry I forgot to follow up on this other thing. Thanks for the quick response. If you are curious what happened was:
Previously we were manually mounting the poetry stuff via an additional docker flag in the config file. Then we updated the config file to select poetry Then there were conflicting docker volume mounts.
(of course now we can't log in. I'm assuming the two things aren't related)

one year ago
0 Hi Friends. I Need To Authenticate To Hugging Face To Download A Private Dataset (As Shown Here:

Thanks for the info. I will reach out to the team via email to see about an upgrade.

2 years ago
0 Hi Friends. I Need To Authenticate To Hugging Face To Download A Private Dataset (As Shown Here:

Ah, yeah, I don't see that. So we likely don't have that option enabled.

2 years ago
0 Hi Friends. I Need To Authenticate To Hugging Face To Download A Private Dataset (As Shown Here:

That sounds great. We have the paid version. Where would find this?

2 years ago
0 Hi Clearml Community. I Interviewed Nir Bar-Lev On The Practical Ai Podcast, So I Had Allegro/Clearml In The Back On My Mind. I’M Launching A New Project At My Org Now, And I Think Clearml Might Be A Good Fit. Questions That Have Come Up Are:

This is great AgitatedDove14 . Thanks for the info on job queuing. That is one of the main things we are trying to enable. Do you work at Allegro, or is there someone else here I could talk with about Enterprise? I’m interested in the user management and permissions side of things along with the Data layer. Depending of course on pricing (because we are a non-profit).

3 years ago
0 Hi Clearml Community. I Interviewed Nir Bar-Lev On The Practical Ai Podcast, So I Had Allegro/Clearml In The Back On My Mind. I’M Launching A New Project At My Org Now, And I Think Clearml Might Be A Good Fit. Questions That Have Come Up Are:

Yeah, I don’t necessary want a traditional queuing system like in HPC clusters. I just want functional GPU management for users. As long as there is a job queue that works well, I can communicate the rest to the team for now.

3 years ago
0 Hi Clearml Community. I Interviewed Nir Bar-Lev On The Practical Ai Podcast, So I Had Allegro/Clearml In The Back On My Mind. I’M Launching A New Project At My Org Now, And I Think Clearml Might Be A Good Fit. Questions That Have Come Up Are:

I would ideally just want to have NVIDIA drivers and Docker on the on-prem nodes (along with the clearML agents). Would that allow me to get by with basic job scheduling/queues through clearML?

3 years ago
0 Hi All. I'M Having Some Issues Authenticating With Clearml In Google Colab. Here'S What I Did Locally, Which Worked:

Yes, I can verify the location, I'm uploading the file and then running:
! cp clearml.conf ~/clearml.conf

2 years ago
0 Hi All, Regarding Python Version (I.E., 3.6 Vs. 3.8), What Is The Best Practice Way Of Specifying Or Changing This For A Job Running On An Agent? I See Some Documentation About Changing The Preferred Version When Running The Agent. Does That Mean I Need T

TimelyPenguin76 I ran the agent with Docker as
$clearml-agent daemon --detached --gpus 0 --queue idx_gandalf_titan-rtx --docker nvidia/cuda:11.2.2-cudnn8-runtime-ubuntu18.04However, that nvidia image is Python 3.6, so when I run anything it's falling back to python 3.6. Thus, I thought maybe all I would need to do is clone the job and change the Docker image to an image with Python 3.8 and the right Pytorch, etc. Is my thinking right? I'm finding the right image to use now.

2 years ago