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
25 Questions, 52 Answers
  Active since 11 February 2023
  Last activity 5 months ago

Reputation

0

Badges 1

46 × Eureka!
0 Votes
1 Answers
164 Views
0 Votes 1 Answers 164 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...
2 months ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K 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
one year ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K 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...
one year ago
0 Votes
1 Answers
994 Views
0 Votes 1 Answers 994 Views
also, just curious - does clearml restrict the number of artefacts recorded to just one?
one year ago
0 Votes
1 Answers
503 Views
0 Votes 1 Answers 503 Views
Hey, can I upload an artefact to a clearml experiment once it is "completed"?
8 months ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K 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?
one year ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K 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...
one year ago
0 Votes
5 Answers
840 Views
0 Votes 5 Answers 840 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...
one year ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K 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...
one year ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K 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...
one year ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
can clearml open source autoscale on aws?
one year ago
0 Votes
2 Answers
901 Views
0 Votes 2 Answers 901 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
4 Answers
710 Views
0 Votes 4 Answers 710 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
4 Answers
1K Views
0 Votes 4 Answers 1K 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)
one year ago
0 Votes
0 Answers
877 Views
0 Votes 0 Answers 877 Views
is there a way to open a clearml-session using vscode-remote on vscode instead of the browser?
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hey I instantiate clearml Task within a script, called by dvc. It ends up creating two tasks every time. Know why?
one year ago
0 Votes
3 Answers
951 Views
0 Votes 3 Answers 951 Views
one year ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Hey, do hyperdatasets offer the same features with tabular data? Almost all examples on the docs are on image datasets
one year ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K 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?
one year ago
0 Votes
1 Answers
874 Views
0 Votes 1 Answers 874 Views
hey all, I cannot use clearml with accelerate for uploading checkpoints. - Accelerate handles the folder structure, so checkpoints are usually like /iteratio...
one year ago
0 Votes
14 Answers
844 Views
0 Votes 14 Answers 844 Views
one year ago
0 Votes
3 Answers
389 Views
0 Votes 3 Answers 389 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...
5 months ago
0 Votes
15 Answers
1K Views
0 Votes 15 Answers 1K Views
one year ago
0 Votes
4 Answers
584 Views
0 Votes 4 Answers 584 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...
10 months ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K 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...
one year ago
0 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 Python Version Requirements For Different Projects?

because, otherwise it becomes a bit of a chicken and egg problem

  • update code
  • git push
  • docker build and push on CI
  • use new docker sha for task execution
  • update code
  • git push
  • repeat?
one year ago
0 Quick Question - Does Clearml'S Task Support Subprocesses Launched Within A Script? I Have This Scenario

Hmmm, my only issue there is that not all of my "artefacts" are clearml artefacts.

The files I need are models and other locally modified files that get generated by the clearml task on remote

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

Thanks! so it seems like the key is the Task.connect and bubble up params to original task, correct?

one year 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

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?

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]

one year ago
0 What Is The Best Way To Set S3 As A Files Server? We Have A Clearml Deployment Without A Files Server, But After/During A Training Run Clearml.Metrics Always Fails Due To A Connection Error While Trying To Call <Url>:8081 (We Don'T Have 8081 Because Of

As mentioned above, I've tried both (env and clearml.conf). Here are my configs (I've blacked out urls and creds)

conf file

api { 
    web_server: 

    api_server: 

    files_server: 


    credentials {
        "access_key" = "xyz"
        "secret_key"  = "xyz"
    }
}

Relevant log (it uploads to S3, I can see the artefact fine on clearml's experiment tracker, but it still causes the job to hang)

2023-12-11 16:06:44,008 - clearml.sto...
one year ago
one year ago
Show more results compactanswers