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, 4175 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0
0 Hey, Have Anybody Tried Writing An Automated Pipeline For Automatically Linking Experiments With Jira Issues Using Tags Or Task Name Prefixes? Seems Like A Cool Feature To Have.

@<1523701137134325760:profile|CharmingStarfish14> ,interesting, so what are you suggesting? Creating Jira tasks from special tags on ClearML?

one year ago
0 Hi, When Creating A Pipeline From Tasks How Can I Set Each Step Configuration From The Web Ui? For Example In The Training Step I Want To Choose If I Use A Certain Augmentation How Can I Control It When Using A Pipeline?

Hi @<1523701295830011904:profile|CluelessFlamingo93> , I think you would need to expose those configurations through the pipeline controller and then the tasks would take those configurations and override them with what you inserted into the controller.

Makes sense?

2 years ago
0 Is There Any Way (Or Are There Any Plans) To Include Some View For Datasets In The Webui? One That Is Detached From The Generating Task?

I think that something like that exists, it appears to be done in the paid version called hyper-datasets. The documentation is open for all apparently 🙂

https://clear.ml/docs/latest/docs/hyperdatasets/overview

3 years ago
0 Hi, I Have Problems To Render Matploblib Figures Via. Report_Matplotlib_Figure. This Line Plt.Subplots() Try To Export To The Fileserver Which Is Not Configured In Our Case. Please Help. Clearml.Storage - Error - Exception Encountered While Uploading Fail

Do you mean you don't have a files server running? You can technically circumvent this by overring the api.files_server in clearml.conf and set it to your default storage

one year ago
2 years ago
0 Hi, Can I Run A Single Hyperparameter Optimization Task With At Least 100 Experiments On Multiple Machines By Using Clearml-Agent And Queue?

Hi @<1664079296102141952:profile|DangerousStarfish38> , you can control it in the agent.default_docker.image section of the clearml.conf where the agent is running. You can also control it via the CLI when you use the --docker tag and finally, you can also control it via the webUI in the execution tab -> container -> image section

one year ago
0 Hi Everyone! How Do I Disable Automatic Reporting Of Matplotlib Plots And Images?

Hi @<1523707653782507520:profile|MelancholyElk85> , in Task.init() you have the auto_connect_frameworks Parameter.

None

2 years ago
0 Hey Guys! I Have Multiple

you're always running a single task at a time. The whole point is that everything is reported to the task (auto-magic bindings, console logs etc.), so there cannot be any ambiguity. You can close the current task ( task.close() ) and init a new one if you'd like, but you can't init several at the same time.

2 years ago
0 Im Trying To Run This Exmple :

SparklingElephant70 , a full log would be the best. It can be downloaded from the webapp 🙂

3 years ago
0 Hi Everyone, Is There A Way To Either Aggregate Scalars In The Web Ui Or To Read Scalars From Existing Tasks? My Use Case Is That I Do Multiple Runs Of The Same Task And Want To Plot The Mean Metrics. However, Since A Single Run Takes Quite Long, I Do Wan

Hi @<1523701868901961728:profile|ReassuredTiger98> , you can select multiple experiments and compare between the experiments, this way you can see all the scalars at once.

You can also utilize the reports feature to create really cool looking dashboard
None

2 years ago
0 Hi, Can I Default The Clearml Fileserver To A S3 Path?

SubstantialElk6 , either that or the one mounted outside 🙂

3 years ago
0 Hi, What Is The Meaning Of The Circle That Appears On Tasks In The Webserver Gui?

Hi @<1774245260931633152:profile|GloriousGoldfish63> , its a progress circle 🙂

3 months ago
0 Hello Everyone! We'Ve Been Using Clearml For A Couple Weeks Now With Everything Working Out Fine, But In Recent Days We'Ve Run Into An Issue With Parameter Optimizer Tasks - Without Any Apparent Change On Our Side, All Child Tasks Of The Optimizer Are Abo

Hi @<1710827340621156352:profile|HungryFrog27> , I'd suggest running the agent with --debug flag for more information. Can you provide a full log of both the HPO task and one of the children?

one year ago
0 Hello Everyone! Can I Use Dropdown Somehow In Pipelines When I Want To Change Params In Ui? In This Particular Case The Params Are Added To The Pipeline Automatically When Using

Hi @<1717350332247314432:profile|WittySeal70> , that sounds like a neat idea! Maybe open a GitHub feature request for this?

5 months ago
0 Hi All, I Want To Ask About Hpo If There Possibility To Work Not Only With Standard Args But With Configuration_Object (Omegaconf) ? Thanks

Hi @<1603198163143888896:profile|LonelyKangaroo55> , you certainly can. I think you need to enable editing these configurations but it certainly is possible with some tinkering 🙂

one year ago
0 Hi, Is There A Way To Use Api To Return The Urls Of All The Models In The Clearml Repository?

Hi @<1523701504827985920:profile|SubstantialElk6> , I think you have models.get_by_id for example to fetch a model object. Inside that object you can find the uri where the model is saved

2 years ago
0 Two Questions Today. First, Is There Some Way To Calculate The Number Of Gpu-Hours Used For A Project? Could I Select All Experiments And Count Up The Number Of Gpu-Hours/Gpu-Weeks? I Realize I Could Do This Manually By Looking At The Gpu Utilization Grap

SmallDeer34 Hi 🙂
I don't think there is a way out of the box to see GPU hours per project, but it can be a pretty cool feature! Maybe open a github feature request for this.

Regarding on how to calculate this, I think an easier solution for you would be to sum up the runtime of all experiments in a certain project rather than looking by GPU utilization graphs

3 years ago
0 Two Questions Today. First, Is There Some Way To Calculate The Number Of Gpu-Hours Used For A Project? Could I Select All Experiments And Count Up The Number Of Gpu-Hours/Gpu-Weeks? I Realize I Could Do This Manually By Looking At The Gpu Utilization Grap

I might not be able to get to that but if you create an issue I'd be happy to link or post what I came up with, wdyt?

Taking a look at your snippet, I wouldn't mind submitting a PR for such a cool feature 🙂

3 years ago
0 Hi, Are There Any Plans Or Already Ways To Deploy A Pipeline With Clearml-Serving To Triton? I Would Also Be Interested In The Support Of Deploying Pure Python Models Using The New Python_Backend Of Triton.

ClumsyElephant70 , I'm not sure. There usually a roadmap provided on our community talks so it'd be great if you joined next time to see what's next 🙂

3 years ago
0 Hello Looking For Full Working Example Of

Please see the error:

2024-08-18 12:55:25,030 - clearml.automation.job - WARNING - Error enqueuing Task <clearml.task.Task object at 0x723c45320610> to 1xGPU: Could not find queue named "1xGPU"

You don't have a queue called 1xGPU.

one year ago
0 Hello Looking For Full Working Example Of

I suggest reviewing what other examples are there

one year ago
0 Ahoy! I Have A Pro Account Which I Need To Downgrade. The Account Page Says I Have 8 Gb Of Metrics Data, Preventing The Downgrade. However, No Matter What I Do -- Archiving Many Experiments & Models And Then Deleting Them From The Archive -- This Number D

Hi @<1529271098653282304:profile|WorriedRabbit94> , do you maybe have autoscalers that ran for very long? Easiest is simply deleting all projects and applications and waiting a few hours

6 months ago
0 Hi There, Our. Self-Hosted Server Is Periodically Very Slow To React In The Web Ui. We'Ve Been Debugging For Quite Some Time, And It Would Seem That Elastisearch Might Be The Culprit. Looking At The Elastisearch Index, We Have An Index Of Around 80G Of Tr

Hi @<1523701601770934272:profile|GiganticMole91> , As long as experiments are deleted then their associated scalars are deleted as well.

I'd check the ES container for logs. Additionally, you can always beef up the machine with more RAM to give elastic more to work with.

11 months ago
0 I Have A Task Which I Reported A Table To - How Do I Access This Table Through Code? The Clearml Task Object Attribute "Artifacts" Is Empty

If you want to access them as artifacts via code (OR via UI) you'll have to register via code and call them back that way.

Use the following:
https://clear.ml/docs/latest/docs/references/sdk/task#register_artifact

https://clear.ml/docs/latest/docs/references/sdk/task#get_registered_artifacts

Also please note the difference between reporting those tables as data via the logger and as artifacts since the logger saves things as events (plots, scalars, debug samples).

https://clear.ml/do...

3 years ago
Show more results compactanswers