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 Hey Everyone! Is There A Possibility To Move Artifacts From Existing Tasks To Another Storage Host? We Have A Number Of Datasets On

Hi @<1523702439230836736:profile|HomelyShells16> , I'm afraid that's not really possible since the links themselves are saved on the backend

2 years ago
0 Does Anyone Know If You Can Export A Dataset (Ml) Directly From A Database To The Clearml-Data Or Have To Export Out As Csv First ?

DeliciousBluewhale87 , Hi 🙂

You mean you created a dataset task on a certain server and you want to move that dataset task to another server?

4 years 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 What Could Be Causing This?

Can you try specifying the ip explicitly in clearml.conf ?
I'm guessing that you've deployed ClearML server on http://unicorn , correct?

3 years ago
0 Hi! To Make My Script Work Inside A Task, I Need To Add

Hi @<1691983266761936896:profile|AstonishingOx62> , I'm not sure I understand what you're trying to do. You have some python code unrelated to ClearML. Does it run without issues? Did you afterwards add Task.init() to that code?

one year ago
0 Hi Everyone, I Want To Clone A Git Repo With Clearml-Agent That Has To Following Url Format

Hi @<1523701868901961728:profile|ReassuredTiger98> , you can simply set up the token in clearml.conf of the agent so the agent will have the rights to clone. What do you think?

9 months ago
0 Hi, We Are Trying To Understand When The Auto-Logging Parameters Configuration. From The

Not one known to me, also, it's a good practice to implement (Think of automation) 🙂

3 years ago
0 Hi All, I Have Made A Pipeline Using Pipelinedecorator Which Runs Fine When I Run It Locally. When I Execute It Remotely, It Gets Stuck In The Queue Forever. Any Ideas? I Really Appreciate Your Help On That One

Hi @<1635813046947418112:profile|FriendlyHedgehong10> , the pipeline basically creates tasks and pushes them into execution. You can click on each step and view the full details. In the info section you can see into which queue each step was pushed. I'm assuming there are no agents listening to the queue

11 months ago
0 Hi! If There Are Several Tasks Running Concurrently, Which Task Should

GiganticTurtle0 let me check up on that for you then, thanks for the info 🙂

4 years ago
0 Given A Task Object, How Do I Retrieve The Gpu Type ? I Can See It From The Webui But It Would Be Great If I Can Get It From The Python Sdk

Hi @<1576381444509405184:profile|ManiacalLizard2> , it will be part of the Task object. It should be part of the task.data.runtime attribute

7 months ago
0 Is It Possible To Perform Debugging Operations With Pycharm Integration Using Remote Session?

What is your use case though? I think the point of local/remote is that you can debug in local

3 years ago
0 Hi! I'M Using

MagnificentSeaurchin79 , can you please describe how you created the dataset?

3 years ago
0 Hey Everyone Is There A Way To Have Metrics Upload To Default_Output_Uri Instead Of Fileserver? We'Re Self Hosting Clearml On Kubernetes And We'D Like To Completely Get Rid Of Fileserver And Have All Uploads (Metrics, Models, Artifacts Etc.) In One Place

Hi @<1845635622748819456:profile|PetiteBat98> , metrics/scalars/console logs are not stored on the files server. They are all stored in Elastic/Mongo. Files server is not required to use. default_output_uri will point all artifacts to your Azure blob

5 months ago
0 Hi, I'M Setting A

How would you use the

user properties

as part of an experiment?

I'm guessing to get the properties. I'm guessing this really depends on your needs / use-case

3 years ago
0 I Think This Is A Bug In Clearml Web Gui The Issue Is The

SuperficialDolphin93 , looks like a strange issue. Can you maybe open a github issue for better tracking?

3 years ago
0 Hi Another Issue Regarding Dataset

Hi OutrageousSheep60 , can you elaborate on how/when this happens?

whenever

preview

ing the dataset (which is in a parquet tabular format) the browser automatically downloads a copy of the preview file as a text file

3 years ago
0 Hi There, Is There A Way To Debug The Bash Init Script For The Aws Autoscaler? I Can'T Find Any Console Output From This Script When A New Ec2 Instance Is Launched

Hi @<1759749707573235712:profile|PungentMouse21> , you should be able to access machine logs from the autoscaler, this should give you a place to search

one year ago
0 Hey While Trying To Upload A (~14 Gb) Dataset, We Get The Following Error:

Can you check the logs of the apiserver? Maybe something caused an internal error

2 years ago
Show more results compactanswers