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
CostlyOstrich36
Moderator
0 Questions, 4213 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0
0 Hi I Strongly To Solve This Issue Of "Python Virtual Environment Cache Is Disabled. To Accelerate Spin-Up Time Set `Agent.Venvs_Cache.Path=~/.Clearml/Venvs-Cache`" Anyone With Similar Issue And It Was Resolved?

I think this is referring to your configuration file ~/clearml.conf follow the instructions in the message to remove it or you can just ignore it

3 years ago
0 I’M Interested In Learning More About Internals Of Clearml Server - For Example, How Elasticsearch, Mongodb, And Redis Are Used Internally. Are There Any Materials Available?

DilapidatedDucks58 , regarding internal workings - MongoDB - all experiment objects are saved there. Elastic - Console logs, debug samples, scalars all is saved there. Redis - some stuff regarding agents I think

3 years ago
0 What What I Can See, There Is No Task Status

Hi RotundHedgehog76 , from API perspective I think you are correct

2 years ago
0 Hey Guys, Hope You'Re Having A Good Week

RobustRat47 , Hi!
Do you mean the task position in the queue?

4 years ago
0 How Should I Edit The

Very similar to a task, a project has also a unique identifier - the ID (Although I think project names are also unique)

You can get the project ID either from UI (If you go to a specific project, the project ID will be in the url) or from the api as documented in:
https://clear.ml/docs/latest/docs/references/api/projects#post-projectsget_all
or from the sdk as documented here:
https://clear.ml/docs/latest/docs/references/sdk/task#taskget_project_id

Plug that project ID into the filter ...

4 years ago
0 `I'M Attempting My First Project In Clearml And Have A Few Questions. I'M Migrating My Video Encoding Pipeline In Python3.12 To Clearml Using The Decorators.: @Pipelinedecorator.Pipeline( Name="Run Video Encoder Pipeline", Project="Video Encoder

Part of the docker compose, there is a container with a special agent that works specifically for managing services for the system, like the pipelines controllers

8 months ago
0 Have You Guys Forgot To Add Uv Caching? Im Trying On 1.9.3Rc0 And Uv Always Redownloads The Packages, Doesnt Use Cache. Or Is It My Skill Issue? All I Added: Package_Manager: {

Hi @<1590514584836378624:profile|AmiableSeaturtle81> , did you have a chance to try out the solution suggested in GitHub and play with it a bit?

10 months ago
0 Hi Everyone, Im Trying To Use The Aws Autoscaler Service. Provided The Pac But Is Not Able To Clone The Repo. It Is Not Using The Pac (Using Gitlab)

Hi Juan, can you please elaborate? What is pac? What is failing to clone the repo, can you provide an error message?

3 years ago
0 Trying To Access The Csv File Uploaded On The Clearml Dataset In My Local Device Is Giving Me Some Errors

What is the dataset URL you see in the UI? If you go to the dataset, there should be a view to the dataset link

3 years ago
0 I Keep Facing This Issue. I'M Trying To Set Up My Own Clearml Server Using This Tutorial.

VexedCat68 , what errors are you getting? What exactly is not working, the webserver or apiserver? Are you trying to access the server from the machine you set it up on or remotely?

4 years ago
0 I Am Getting Certificate Warning When Running Clearml:

LethalCentipede31 , it appears we had an internal issue with a load balancer, it was fixed a couple of minutes after your comment 🙂

4 years ago
0 Hi, Is There A Way To Get The Plot That Exists In The Tab Results->Scalars Into My Notebook ?

ShinyLobster84 , can you please elaborate? I'm guessing your jupyter notebook? How are you running it? Did you run the experiment from it?

4 years ago
0 Hi, In Your Latest Changelog. There'S A New Function.

Hi @<1523701504827985920:profile|SubstantialElk6> , I think as long as the ports are open and pods can communicate between themselves and it should work

2 years ago
0 Hi, Anyone Also Stuck With The Exception Encountered Uploading Pytorch Model File? The Dataset Upload Works Fine, Though.

Can you verify you ~/.clearml.conf has proper configuration. If you do
from clearml import Task t=Task.init()Does this work?

3 years ago
0 Hi, I'Ve Multiple Tasks Setup In A Complex Pipeline. How Can I;

Hi SubstantialElk6 ,

Define prior to running the pipeline, which tasks to be running on which remote queue using which images?

What type of pipeline steps are you running? From task, decorator or function?

Make certain tasks in the pipeline run in the same container session, instead of spawning new container sessions? (To improve efficiency)

If they're all running on the same container why not make them the same task and do things in parallel?

3 years ago
0 Hi, I'M Trying To Upload Data To Clearml Parallelly. Is It Impossible To Use

MagnificentWorm7 , I'm taking a look if it's possible 🙂
As a workaround - I think you could split the dataset into different versions and then use Dataset.squash to merge into a single dataset
https://clear.ml/docs/latest/docs/references/sdk/dataset#datasetsquash

3 years ago
0 I Guess One Experiment Is Running Backwards In Time

JitteryCoyote63 , projects.get_all_ex is fired when UI is loaded/pages are navigated to.
Regarding the self hosted version channel, usually these things are discussed and revealed in community talks that are done once in a while. Considering that the community server was recently updated I would give an educated guess of a week or two until ClearML self hosted version is released 🙂

3 years ago
0 How Can I Delete An Experiment In A Project In Clearml?

Hi @<1581454875005292544:profile|SuccessfulOtter28> , you can archive an experiment, go into the archive and then you can delete from there

one year ago
one year ago
0 Hi Everyone!. I Was Trying To Setup Clearml In Kubernetes Using Helm Chart

Hi @<1734020208089108480:profile|WickedHare16> , what issues are you facing?

one year ago
0 Hi ,Could We Use Clearml For Nlp Projects?

Hi @<1536881167746207744:profile|EnormousGoose35> , you can integrate ClearML into your existing code with the two simple lines of

from clearml import Task
task = Task.init(...)

To see how it works and looks 🙂

2 years ago
3 years ago
Show more results compactanswers