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

Reputation

0
0 Hi, Community. I Want To Delete Experiment And See This Error. How I Can Solve This?

Also please expand the 500 errors you're seeing. It should give some log

2 years ago
0 Has Anyone Found A Workaround For The Bug?

BitterLeopard33 , ReassuredTiger98 , my bad. I just dug a bit in slack history, I think I got the issue mixed up with long file names šŸ˜ž

Regarding http/chunking issue/solution - I can't find anything either. Maybe open a github issue / github feature request (for chunking files)

2 years ago
0 Hi All. I'Ve Been Mistakenly Using

Hit F12 when on the browser šŸ™‚

2 years ago
0 Reporting Nonetype Scalars.

@<1631102016807768064:profile|ZanySealion18> , I think no such capability exists currently. I'd suggest opening a github feature request for this.

7 months ago
0 Agent And Env Variables (This Is Almost Duplicate

And in what section are you setting the environment?

7 months ago
0 Hi, I Want To Simultaneously Initialize A Task (From A Python Script) And Enqueue It To A Remote Machine With A Clearml Agent. However, I Didn'T Find How To Do It Yet. What I Tried:

That's the problem. ClearML has to detect the uncommitted changes somehow. This is done while the code itself is running or when running with execute_remotely() . Otherwise, someone has to do a git diff and push it into the task object(database)

2 years ago
0 Pymongo.Errors.Operationfailure: Not Authorized On Backend To Execute Command { Find: "Queue", Filter: {}, Lsid: { Id: Uuid("Ce3095Ec-4E0C-4392-93C1-52Aeebb1B47C") }, $Db: "Backend" }, Full Error: {'Ok': 0.0, 'Errmsg': 'Not Authorized On Backend To Execut

Hi @<1714451225295982592:profile|FreshWoodpecker88> , is it possible that you didn't get permissions to the relevant directories to act as the actual storage for mongodb?

9 months ago
0 Hi Everyone, How I Can See The Magical Ci/Cd Work In Clearml Pipeline?

What code did you try running? It appears that "services" is the default queue in code. You can create this queue and run an agent against it to execute tasks

2 years ago
0 Hi Everyone, How I Can See The Magical Ci/Cd Work In Clearml Pipeline?

Also, can you please give a snippet of what you were trying to do?

2 years ago
0 Hi, I Am Surprised By The Behavior Of

Hi @<1523715429694967808:profile|ThickCrow29> , thank you for creating a github issue on this! Makes sense it would be moved to aborted šŸ™‚

one year ago
0 Hey, I Have One Query.

Hi @<1585078763312386048:profile|ArrogantButterfly10> , you can fetch a task using it's id. Then with the task object in hand you can find the model in the artifacts section. For ease of use I suggest playing with dir(task) in python

one year ago
10 months ago
0 Hi, I Installed Local Clearml Server And When Launch The Gui Is Lacking The Toolbar In The Left

Hi, can you try deleting your cooking and local memory of the browser?

4 months ago
0 For Some Reason The Installed Packages Are Not Reflecting The One From The

Hi @<1772433273633378304:profile|VexedWoodpecker50> , these are the packages that were on the environment that ran the experiment. Please see here - None

4 months ago
0 Hello, Iā€™M A Beginner Of Clearml And Reading Documents, But I Have Some Questions.

Hi DiminutiveBaldeagle77 ,
Yes - https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_kubernetes_helm/ If you already have K8s cluster it is beneficial since you get scheduling capabilities which are not normally present in K8s

2 years ago
0 Hey Guys, In A Fresh Self-Hosted Clearml Server I Have The Issue That I Cannot See Any Preview Images Of The Files In A Dataset. It Seems Like A Bug, But Maybe I Am Doing Something Wrong?

This is how I usually add visualization

#Report data preview
ds.get_logger().report_table(title="Data Sample", series="First Ten Rows", table_plot=data1[:10])
ds.upload()
ds.finalize()
2 years ago
0 Hi All, I Use Autoscalers In My Training Configuration, And I Have An Issue With Them.

I doubt that would be possible because it looks like the autoscaler versions are global
As a quick workaround you can launch the open source autoscaler until the no-docker capability is available again.
None

10 months ago
2 years ago
0 Hey Guys, In A Fresh Self-Hosted Clearml Server I Have The Issue That I Cannot See Any Preview Images Of The Files In A Dataset. It Seems Like A Bug, But Maybe I Am Doing Something Wrong?

Please check what you get for events.debug_images in network section of developer tools (F12) when trying to view the preview in the dataset

2 years ago
0 Hello Everyone - I Have Installed A New Clearml Server, Now I Want To Run My Scripts Using The 4 Gpus On That Server Machine. Do I Need To Install A Clearml Agent On That Machine, Or Does The Clearml Server Come With A Built-In Agent Automatically?

Hi ProudElephant77 , you will need to install the agents on that machine. The ClearML server doesn't assume any GPU capabilities since it is only the control plane for ClearML

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

That sounds like a good idea! Can you please open a GitHub issue to track this?

2 years ago
0 Hi All! Using Clearml For Our Small Research Institute, Been Very Useful! Question About Clearml-Session

Hi @<1556450111259676672:profile|PlainSeaurchin97> , I see that is available only in the GUI application that is part of the Scale/Enterprise licenses - None

2 months ago
Show more results compactanswers