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 Hi, Anyone Know How To Report Scalars With Tenserflow? Thanks

If I'm not mistaken Task.get_last_iteration()
https://clear.ml/docs/latest/docs/references/sdk/task#get_last_iteration
reports the last iteration that was reported. However someone has to report that iteration. You either have to report it manually yourself during the script OR have something else like tensorflow/tensorboard do that reporting and ClearML should capture it

Does it make sense?

3 years ago
0 Hi Everyone! We Are Trying To Run Pipelines From Gitlab Ci Runners, But Are Faced With The Following Error When Performing

Hi PreciousParrot26 ,

Why are you running from gitlab runner - Are you interested in specific action triggers?

3 years ago
0 After Saving Models During Training I Cant Reuse The Same Task To Continue Training Is There Any Way To Continue Task Even Though There Are Models Saved? Alternatively Is There Any Way To Make Torch.Save Not Automatically Save The Model?

StaleButterfly40 , it looks like there might be a good solution for your request. In the previous link I provided, there is a parameter ' continue_last_task' that should work for you 🙂

3 years ago
0 Logger = Logger.Current_Logger() Logger.Report_Media( Title="Test", Series="Audio", Local_Path="/Path/To/File.Wav", Iteration=1, Max_History=-1 )

However, now when I go in the Results -> Debug Samples tab, the s3 credential window pops up. Every time that I refresh the page

RattyLouse61 , What version of ClearML are you running, I think this issue was solved in 1.3.0 release

3 years ago
0 Hi! I Have Some Clearml Agents On Gcp And Sometimes The Instance Seems To Reboot Making The Experiment Fail And All The Progress Is Lost. What Is The Best Way To Resume An Experiment?

Hey GrievingTurkey78 ,

Please take a look here : https://clear.ml/docs/latest/docs/references/sdk/task#taskinit

I think what you're looking for is this:
Task.init(.., continue_last_task=True )

Just search for this parameter for more more info 🙂

3 years ago
0 Hi There

I second what @<1822805241150574592:profile|ShinySparrow39> said 🙂

5 months ago
0 Hey, I'M Using Clearml Gcp Autoscaler And It Seems That

@<1808672054950498304:profile|ElatedRaven55> , what if you manually spin up the agent on the manually spun machine and then push the experiment for execution from there?

6 months ago
0 The Clearml Enterprise Plan Supports K8S Servicing Multiple Clearml Queues, As Well As Providing A Pod Template For Each Queue For Describing The Resources For Each Pod To Use

The chart already passes the --create-queue command line option to the agent, which means the agent will create the queue(s) it's passed. The open source chart simply doesn't allow you to define multiple queues in detail and provide override pod templates for them, however it does allow you to tell the agent to monitor multiple queues.
None

one year ago
0 Hi, I Was Wondering How Come My Api Calls Keeps Going Up While I'M Not Executing Any Tasks\Experiments? I Think It Is Related To The Fact That I Have A Worker That Is Running In The Background, And I Was Wondering How Many Api Calls A Worker Is Doing Per

By applications I mean the applications (HPO, Autoscalers,...). Regarding the web UI - it's sending API calls as you browse. You can open dev tools (F12) to see the requests going out (Filter by XHR in network tab)

2 years ago
0 Hey Guys! We Run Tasks Using Docker Mode Environment. The Docker Image We'Re Using Has Already All The Packages Installed On The System, But I Notice That Every-Time We Run A Task, It Tries To Install The Environment Packages Over Again. Is There A Way To

Hi @<1544853695869489152:profile|NonchalantOx99> , I think this is the environment variable you're looking for - CLEARML_AGENT_FORCE_SYSTEM_SITE_PACKAGES
None
You can also use agent.package_manager.system_site_packages: true in your clearml.conf

2 years ago
0 How To Make Sure That Clearml Agents Are Running Queue After Server Restart? Sometimes Our Worker Dies And We Manually Have To Run Settuping For Queue, We Run It In Docker Mode Too

Hi @<1590514584836378624:profile|AmiableSeaturtle81> , you need add the agent command that you run into the bootup of your system

2 years ago
2 months ago
0 Hey Everyone, I'M New To Clear Ml, But My Company Is Looking At Rolling It Out On Our Eks Cluster. We'Ve Installed Everything Through The

Hi @<1841649351697371136:profile|PerplexedDog0> , I think what you're looking for is impersonation of the agent during execution. This can be achieved via the --use-owner-token flag when running the agent - None

3 months ago
0 Hi Everyone, Is There Any Way To Add Task_Types ? I Know Supported Values Are ‘Training’, ‘Testing’, ‘Inference’, ‘Data_Processing’, ‘Application’, ‘Monitor’, ‘Controller’, ‘Optimizer’, ‘Service’, ‘Qc’, ‘Custom’. I Have Just Used 'Custom' However I Want

Hi StraightParrot3 , as SuccessfulKoala55 suggested you could maybe use tags for this as well.

In regards to creating views - If you predefine a certain view locally on your browser (with the extra column) I think you can just copy paste the URL and it should include the custom column for anyone using this URL

3 years ago
0 Controlling Artifacts Logging

You can disable automatic model logging using auto_connect_frameworks in Task.init()
https://clear.ml/docs/latest/docs/references/sdk/task#taskinit

This however will also disable automatic reporting of scalers. You can also manually force the upload of the final model with
https://clear.ml/docs/latest/docs/references/sdk/model_outputmodel#class-outputmodel

3 years ago
Show more results compactanswers