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
PerplexedRaccoon19
Moderator
26 Questions, 52 Answers
  Active since 11 February 2023
  Last activity one year ago

Reputation

0

Badges 1

46 × Eureka!
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
hey all, I cannot use clearml with accelerate for uploading checkpoints. - Accelerate handles the folder structure, so checkpoints are usually like /iteratio...
2 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hey I've not used clearml pipelines much. Is there a possibility to trigger a pipeline based on some clearml event? (like tagging an experiment)
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
If I would like to write an autoscale plugin for other smaller cloud providers (like runpod.io ), how easy/difficult is it ? Where do I start?
2 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
quick question - does clearml's task support subprocesses launched within a script? I have this scenario - clearml task launches a dvc script using their api...
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
does clearml have a testing API? I'm setting up stack to enque work with clearml. Is there a way I can simulate queue and worker execution?
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
can clearml open source autoscale on aws?
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
also, just curious - does clearml restrict the number of artefacts recorded to just one?
2 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Hi all, we recently went from a docker hosted clearml to a k8s hosted clearml. We migrated our experiments by tarballing the data folder of mongodb and getti...
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
one year ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Hi all, can I synchronize all my artefacts on clearml server with s3? I'm trying to deploy clearml-server in a limited disk space environment
2 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
hey when I create an agent and run an interactive session on it - I have access to only one gpu
one year ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hey, do hyperdatasets offer the same features with tabular data? Almost all examples on the docs are on image datasets
2 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hey, can I upload an artefact to a clearml experiment once it is "completed"?
one year ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hey Everyone, I'm setting up clearml agents and workers with the open source version within my org. Was wondering what is the best way to handle different py...
2 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Is there a way to launch a clearml-task from the CLI, without specifying any requirements.txt? I want the script to run locally, but just record metrics on c...
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
hey call, when I use clearml sessions, how can I set up my agent to expose certain parts of the filesystem? for example I want to pass -v /mnt/filesystem:/wo...
one year ago
0 Votes
1 Answers
821 Views
0 Votes 1 Answers 821 Views
hey, our elastic search just randomly crashed on our self-hosted k8s deployment. On debugging, it looks like indices are corrupt. Any suggestions of how we m...
one year ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Hi All, I am really stuck in getting a clearml pipeline to work. I am using the open source version I am trying to reproduce the example on the documentation...
2 years ago
0 Votes
3 Answers
977 Views
0 Votes 3 Answers 977 Views
hey is there a way for one to extend ClearML somehow? We have some custom evaluations we want to do and our ideal scenario would be to do them within ClearML...
one year ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hey I instantiate clearml Task within a script, called by dvc. It ends up creating two tasks every time. Know why?
2 years ago
0 Votes
15 Answers
2K Views
0 Votes 15 Answers 2K Views
one year ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Is there a way to pass environment variables when a job is executed over a queue? (either on the agent side or on the task.init side). I need this fix for po...
2 years ago
0 Votes
14 Answers
2K Views
0 Votes 14 Answers 2K Views
one year ago
0 Votes
0 Answers
465 Views
0 Votes 0 Answers 465 Views
Built an unofficial mcp server for clearml. Would love to see it used and please raise issues if you find bugs https://github.com/prassanna-ravishankar/clear...
2 months ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
is there a way to open a clearml-session using vscode-remote on vscode instead of the browser?
one year ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Hey all, I made a few small changes to clearml Sessions to add some nifty features - Added tailscale support by introducing --tailscale - Added the ability t...
one year ago
0 Quick Question - Does Clearml'S Task Support Subprocesses Launched Within A Script? I Have This Scenario

@<1537605940121964544:profile|EnthusiasticShrimp49> , now that I have run the task on remote, can I copy the artefacts/files it creates back to my local fs?

Lets say the artefacts are something like
artefacts = [checkpoint.pth, dvc.lock, some_other_dynamically_generated_file]

2 years ago
0 Hi All, Can I Synchronize All My Artefacts On Clearml Server With S3? I'M Trying To Deploy Clearml-Server In A Limited Disk Space Environment

That makes sense, but that would mean that each client/user has to manage the upload themselves, right?

(I'm trying to use clearml to create an abstraction over the compute / cloud)

2 years ago
0 Hi All, Can I Synchronize All My Artefacts On Clearml Server With S3? I'M Trying To Deploy Clearml-Server In A Limited Disk Space Environment

So I am deploying clearml-server on an on-prem server, and the checkpoints etc. are quite large for the experiments I will do.

Instead I want to periodically upload / back up this data to s3, and free up local disk space. Is that something that is supported?

I see that in my docker-compose installation, most of the big files are in /opt/clearml/data

2 years ago
0 Quick Question - Does Clearml'S Task Support Subprocesses Launched Within A Script? I Have This Scenario

I do change the task and the project name, the task name change works fine but the project name change silently fails

2 years ago
0 We Recently Released A New Version Of

Amazing. Going to play with it this weekend !

one year ago
one year ago
0 Happy Friday Everyone ! We Have A New Repo Release We Would Love To Get Your Feedback On

How does it work with k8s? how can I request the two pods to sit on the same gpu?

one year ago
0 Quick Question - Does Clearml'S Task Support Subprocesses Launched Within A Script? I Have This Scenario

Would I also be able to change the task name from within the subprocess?

2 years ago
0 Discovered An Issue With Clearml-Session Where We Have The Agents Running Within A Tailscale Network. When The Clearml Session Is Local On The Same Physical Network, Connections Work Fine. But When We Are On The Virtual Network, They Dont Work Fine

In the end I forked the clearml-session library and removed mechanisms to access the interactive terminal. I added ipc=host.

There's one identifiable issue with clearml-session+tailscale though - while it does launch the daemon properly, it registers the wrong ip address to the task (sometimes the external ip address even when --external is not passed). At the end of the day, if we know which machine it was launched on, we're able to replace that ip address with a tailscale equivalent and st...

one year ago
0 We Recently Released A New Version Of

where is it persisted? if I have multiple sessions I want to persist, is that possible?

one year ago
0 Hi All, I Am Really Stuck In Getting A Clearml Pipeline To Work. I Am Using The Open Source Version I Am Trying To Reproduce The Example On The Documentation, Using Pipelines In Task Mode. Here Is My Set Up

No, it was fixed by restarting clearml then and some services. But currently, we gave up and we use debug=True so we dont use the services queue

2 years ago
0 Hey I'Ve Not Used Clearml Pipelines Much. Is There A Possibility To Trigger A Pipeline Based On Some Clearml Event? (Like Tagging An Experiment)

Also @<1523701070390366208:profile|CostlyOstrich36> - are these actions available for on prem OSS clearml-server deployments too?

2 years ago
0 Hey I'Ve Not Used Clearml Pipelines Much. Is There A Possibility To Trigger A Pipeline Based On Some Clearml Event? (Like Tagging An Experiment)

nice! I was wondering whether we can trigger it by the UI, like "on publishing" an experiment

2 years ago
0 Hey When I Create An Agent And Run An Interactive Session On It - I Have Access To Only One Gpu

I set it up like this: clearml-agent daemon --detached --gpus 0,1,2 --queue single-gpu-24 --docker

but when I create the session : clearml-session --docker xyz --git-credentials and I run nvidia-smi I only see one gpu

one year ago
0 Hey, Do Hyperdatasets Offer The Same Features With Tabular Data? Almost All Examples On The Docs Are On Image Datasets

With respect to unstructured data, do hyperdatasets work well with audio data (and associated metadata) ?

2 years ago
0 Hey Is There A Way For One To Extend Clearml Somehow? We Have Some Custom Evaluations We Want To Do And Our Ideal Scenario Would Be To Do Them Within Clearml Itself.

We have some scenario where a group of clearml experiments might represent a logical experiment. We then want to use all the trained models in a pipeline to generate some output.

With that output, we probably want to some third party like mechanical turk, do some custom evaluations - and some times more than once. We then want to connect (and present) these evaluations alongwith ClearML experiments.

we have various services internally to do this --> however, we have to manually link it up w...

one year ago
0 Hey When I Create An Agent And Run An Interactive Session On It - I Have Access To Only One Gpu

found out the command swaps singular and plural. It's --gpus 0 and --gpu 0,1,2

one year ago
Show more results compactanswers