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

Reputation

0
0 Hi, I Have A Visualization Issue When Using Plotly And Then “Report_Plotly” My Code Is

Getting the following error when I try to run this code:

Traceback (most recent call last): File "plots-issue.py", line 9, in <module> fig=px.pie(df, names='a', facet_col='b') TypeError: pie() got an unexpected keyword argument 'facet_col'

2 years ago
0 How Can I Access Github/Bitbucket Repository Using My Python File To Run In Clearml??

You will need to set agent.git_user agent.git_pass in your clearml.conf so the agent will be able to clone the repository. For git_pass you will need to use your github token or bitbucket app password

2 years ago
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 I'M A Little Confused As To How Force_Requirements_Env_Freeze Works When No Requirements File Is Supplied. Is It Supposed To Store The Full Reqs Of The Environment That Calls It?

HelplessCrocodile8 , we managed to reproduce the issue. Looks like it occurs in this specific case only on python3.9 + windows. We've logged it and it should be fixed. I'll let you know when 🙂

3 years ago
0 Hi All, Any Api-Oriented Way To Get Download All The Artifacts From A Given Task?

Hi @<1556450111259676672:profile|PlainSeaurchin97> , the API can only retrieve the URI from the backend. The SDK itself will manage the downloads for you.

one year ago
0 I’M Trying To Build A Leader Board For My Training Tasks, But Apparently There’S None Available With The Current

Click the little cogwheel on the top right as shown in the screenshot. It will open a menu and one of the options is to add custom metrics 🙂

3 years ago
0 Hi All

Interesting, checking on my account as well O:

4 months ago
0 How Do You Get Clearml Gpu Compute To Show Up Under Applications Or Autoscalers?

@<1719524641879363584:profile|ThankfulClams64> , the Genesis autoscaler feature is currently disabled. You can still use the AWS and GCP autoscalers available though

7 months ago
0 We Are Planning To Use A Data Versioning System, Because Now We Are Having A Lot Of Folders With Different Names Which Basically Contain The Same Data, Only With Small Changes. The Most Prominent Candidates Are Clearml Data And Dvc. Could You Tell Me What

GreasyPenguin14 Hi!
I wish I could help but I'm afraid I'll need to ask AnxiousSeal95 for some help with that, please hold tight until he will be able to help out 🙂

3 years ago
2 years ago
0 Hi, Just Curious, Is There Planning To Using

Maybe add it a feature request in GitHub 🙂

one year ago
0 Hi, Is There A Way To Access The Clearml File Server? I Would Like To Check If An Artifact Object Has Been Deleted Or Not.

Oh, I would suggest asking on the main support channel for ClearML 🙂

one year ago
0 Hey - Where Can I Set Up A Demo/Ask Pricing Questions?

Hi DefiantSpider5 , please use the following contact form for business related questions 🙂
https://clear.ml/contact-us/

2 years ago
0 Hi! Would Love Assistance On The Following: I'M Getting

Hi @<1523703012214706176:profile|GorgeousMole24> , I'm not sure about the exact definition, but I think when the script finishes running or the thread that started Task.init() finishes.

2 years ago
0 Hi! I Developed Clearml Pipeline As Python Package (

I'm not sure. Maybe AgitatedDove14 , might have an idea

2 years ago
0 Hi All, I Hope I'M In The Right Channel, We(

StaleButterfly40 , I'm trying to get an estimate of what you have because if the content is too large the preview isn't shown....

3 years ago
0 Hey, I Just Try To Switch From Public Mongo To Private And Notice, We Need Database With Name

What do you mean by public to private mongo? @<1734020208089108480:profile|WickedHare16>

8 months ago
0 Hi! I Developed Clearml Pipeline As Python Package (

I think you would need to add some 'pre' steps. So you would want to build the package from the repository ( python setup.py bdist_wheel ) and then you can either install it manually via the startup script OR add it as a requirement using the following syntax in requirements file:///srv/pkg/mypackage

2 years ago
0 Hi Everyone ! I Got A Problem With Pipelinecontroller : With A Colleague, When We Execute A Pipeline, He Get The Pipeline As Aborted, When I Get It As Completed. In Both Cases, The Tasks Are Completed. I Wonder If You Could Get Status From All The Tasks O

Hi @<1546303293918023680:profile|MiniatureRobin9> , do you have some stand alone script that reproduces this behaviour for you? Are you both running the same pipeline? How are you starting the pipeline

5 months ago
2 years ago
0 Is There An External Way To Access Pipelinecontroller._Relaunch_Node(Node) ?

Hi @<1639799308809146368:profile|TritePigeon86> , can you please elaborate? What do you mean by external way?

one year ago
0 Rolling Back To 1.15.0 Seemed To Fix The Error For Now. Is There Something One Should Be Aware Of Between Server Versions 1.15 And 1.16 Related To Versions Of The

I think its possible there was an upgrade in Elastic, I'd suggest going over the release notes to see if this happened with the server

8 months ago
0 Hi, I Am Trying To Use

Hi DrabOwl94 , what version of ClearML are you using?

2 years ago
0 Has Anybody Encountered:

I think the issue is that the message isn't informative enough. I would suggest opening a GitHub issue on this requesting a better message. Regarding confirming - I'm not sure but this is the default behavior of Optuna. You can run a random or a grid search optimization and then you won't see those messages for sure.

What do you think?

one year ago
0 Hello! Are You Able To Help Be Debug This Message?

Hi @<1734020162731905024:profile|RattyBluewhale45> , from the error it looks like there is no space left on the pod. Are you able to run this code manually?

8 months ago
Show more results compactanswers