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 During Our First Large Hyperpameter Run, We Have Noticed That There Are Some Tasks That Get Aborted With The Following Console Log:

@<1541592204353474560:profile|GhastlySeaurchin98> , I think this is more related to how Optuna works, it aborts the experiment. I think you would need to modify something in order for it to run the way you want

2 years ago
0 Hi Everyone! I'M Looking For A Way To Consolidate Multiple Workspaces Of 3 Users In My Company. Is It Possible? If Yes, How? The Objective Is To Have All The Data (Experiments, Models Metrics...) From All Users Into A Single User With Subscription.

I don't think there is any out of the box method for this. You can extract everything using the API from one workspace and repopulate it in another workspace also using the APIs.

4 months ago
0 Hi All, I Have A Setup Where Data Scientists Can Run Notebooks In Headless Mode Remotely Using Sagemaker Processing Jobs, However I Have An Issue With Clearml Credentials. I Don'T Want Them To Send Their Own Api Key And Secret Key To A Remote Server Every

From my knowledge the SDK uses the key/secret pair to create a token and then uses a token to communicate with the server.

But your use case would require customization I think

6 months ago
0 Hi, I'M Setting A

OutrageousSheep60 , it looks like it's not a bug. Internally x is stored as an int , however get_user_properties() casts it back as a string. You could open a github issue with a feature request for this 🙂

3 years ago
0 Hi All! I'M Trying To Create Dataset With Output_Uri Pointing To Google Storage And Got Weird Error:

Hi @<1544853721739956224:profile|QuizzicalFox36> , from the error you're getting it looks like a permissions issue with the credentials. Check if your credentials have read/write/delete permissions

2 years ago
0 Hi Everyone, I Am Working On A Script That Gets Enqueued, And Executes Remotely On Clearml-Agent Workers. I Got A "Hello World" Version Of The Script Running, The Python Env Gets Set Up, And Installs Some Basic Packages I Need From Pypi. However, I Need T

Hi @<1590152201068613632:profile|StaleLeopard22> , you can simply add the extra index url as part of the agent requirements as such:

agent.package_manager.extra_index_url=["<extra_index_url>",...]
one year ago
2 years ago
0 Hi, I Am Trying To Use Agent, But I Have A Problem. Execution Of Task Stucks Like This

Can you provide a code snippet that makes agent hang?

2 years ago
0 Hello Everyone, When I Try To Connect To My Clearml Server Using Clearml-Init, I Encounter This Error.

Hi SourLion48 , what if you try inserting the credentials etc individually? Are you using a self hosted server? Is it behind a proxy by chance?

3 years ago
0 Hi! I Would Like To Make A Report On All Experiments In My Clearml Project, The Report Should Include Plots Based On Experiments Data Grouped By Labels. Can I Do This Using Clearml Web Ui? If Not, How Can I Download Project Data To Build It Using Other In

Hi EnviousPanda91 , I'm not quite sure what you want to extract but you can extract everything from the UI using the API. The docs can be found here: https://clear.ml/docs/latest/docs/references/api/events
And for the best reference - You can open developer tools in the UI and see how the requests are handled there 🙂

3 years ago
0 `I'M Attempting My First Project In Clearml And Have A Few Questions. I'M Migrating My Video Encoding Pipeline In Python3.12 To Clearml Using The Decorators.: @Pipelinedecorator.Pipeline( Name="Run Video Encoder Pipeline", Project="Video Encoder

Regarding pipelines, did you happen to play with this example? - None

The idea is that each step in the pipeline including the pipeline controller are tasks in the system. So you have to choose separate queues for steps and also the controller. The controller by default maps the 'services' queue, but you can control also that.

6 months ago
6 months ago
0 Hi! If I Have A Folder With Multiple

Did you verify the file's existence during the run?

3 years ago
0 Hi All, Is There An Easy Way To Ping The Server Programatically? I'M Just Trying To See What Is The Default Server That Is Set, And Is It Responsive

The highlighted line is exactly that. Instead of client.tasks.get_all() I think it would be along the lines of client.debug.ping()

3 years ago
0 Hi All, I Am Developing Clearml-Web. Which Screen Is The Hyperdataset?

Hi @<1557537273090674688:profile|ThankfulOx54> , HyperDatasets are part of the Scale & Enterprise licenses. You can see more here: None

2 years ago
3 years ago
0 Hi All, Is There An Easy Way To Ping The Server Programatically? I'M Just Trying To See What Is The Default Server That Is Set, And Is It Responsive

Hmmm, maybe you could save it as an env var. There isn't a 'default' server per say since you can deploy anywhere yourself. Regarding to check if it's alive, you can either check ping it with curl or check up on the docker status of the server 🙂

3 years ago
0 Hello, I Wanted To Test Out Clearml And Installed The 7.14.2 Helm Chart. The Deployment Looks Ok. I Can Access The Webui And Create Workspace Api Credentials. What I Can’T Do Is.

Hi @<1802511466914385920:profile|PerfectSeaurchin36> , on your points:

  • what was the body of the API call, you got 400 so it looks like the body was incorrect
  • Not sure what the issue is
    Not exactly sure I understand what the issue is, can you please elaborate?
6 months ago
Show more results compactanswers