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, 3690 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0
0 I Noticed You Can Configure Aws In

Hi BoredBat47 , I'm not sure. However I doubt that any remote agents would be taking such a configuration

one year ago
0 What Does This Log Message Mean

It means there is nothing reporting iterations explicitly or any iterations being reported by any framework. This means scalers will show with time from start as x axist instead of iterations

2 years ago
0 Hi There! :) I Have An Issue Regarding The

Hi @<1526371965655322624:profile|NuttyCamel41> , try upgrading the Azure SDK package and try running again

one year ago
0 Hey, Trying To Do Some Cleanup Because Of No Space Left. For The Clearml Worker Nodes Under The

Hi ObedientToad56 , you can simply delete all of them since it's only cache. It's safe to delete cache 🙂

2 years ago
0 Hi May I Know Is There A Way To Get The Dataset_Id From The Dataset Object? I Cannot Find An Api For It

Hi @<1523701304709353472:profile|OddShrimp85> , you can do dir(object) to see what options you have. I think it would be something like <DS>.id

one year ago
0 What If I Want To Clone Multiple Repositories On A Remote Machine? How Do I Do That?

I'm not sure that is possible. What is your specific use case?

one year ago
0 Proper Way To Upload Artifacts

Hi GentleSwallow91 ,

  1. When using jupyter notebooks its best to do task.close() - It will bring the same affect you're interested in
  2. If you would like to upload to the server you need to add the following parameter to your Task.init() The parameter is output_uri. You can read more here - https://clear.ml/docs/latest/docs/references/sdk/task#taskinit
    You can either mark it as True or provide a path to a bucket. The simplest usage would be ` Task.init(..., output_uri...
2 years ago
one year ago
0 Migration Clearml 1.5.0 -> 1.8? -> 1.9?

Hi GentleSwallow91 , I would highly recommend upgrading to 1.9 as it brings new also a new major feature (as well as minor bug fixes). I'm not sure about DB migration - there might be one or two. I suggest taking a look at the versions in between 🙂

one year 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 Tasks Can Be Put In Draft State - If We Will Execute:

You mean like sort of a stop period where you wait for additional input for pipeline to continue?

one year 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

3 months ago
0 Hi Everyone!. I Was Trying To Setup Clearml In Kubernetes Using Helm Chart

@<1734020208089108480:profile|WickedHare16> , many different things, RBAC, users & groups, K8s dedicated support with advanced features, HyperDatasets, SSO/LDAP integration, dedicated support, dynamic GPU allocation, advanced GPU fractioning on top of K8s and much more.

You can see a more detailed list here - None

I would suggest contacting sales@clear.ml for more information 🙂

3 months ago
0 How To Use Clearml-Session.. I Mean Jupyter Notebook.. I Tried This Command "Clearml-Session" On My Clearml Server.. It Wasnt Working

Hi @<1560073997809356800:profile|RotundPigeon65> , I think this is what you're looking for 🙂
None

one year ago
0 Hello Everyone. Im Using Clearml Hpo And Having A Problem With An

Hi @<1623491856241266688:profile|TenseCrab59> , can you elaborate on what do you mean spending this compute on other hprams? I think you could in theory check if a previous artifact file is located then you could also change the parameters & task name from within the code

one year ago
0 Hello Clearml Ppl

FreshKangaroo33 , what do you mean by syntax examples?
I think this should give you some context on usage 🙂
https://github.com/allegroai/clearml/blob/master/examples/reporting/hyper_parameters.py

2 years ago
0 Hi

@<1533257278776414208:profile|SuperiorCockroach75> , can you elaborate?

one year ago
0 Hi, My Server Is On Version 1.11, And Yesterday A Few Of My Runs (With Agent 1.5.1) Failed On

Hi @<1639799308809146368:profile|TritePigeon86> , I think the 1.16 refers to the version of the SDK. I'd suggest upgrading your server regardless 🙂

5 months ago
0 I Get An

GrittyKangaroo27 , does this happen when you run a regular experiment in agent with same file?

3 years ago
0 I Have A Question Related To Pipelinev2 (Using Decorator) Is Pipelinev2 Support Uploading Artifacts To S3 (Instead Of Fileserver)?

GrittyKangaroo27 , I see no special reason why not, as long as you set the credentials correctly 🙂
Have you tried?

3 years ago
0 Hello

FrothyShrimp23 , I think this is more of a product design - The idea of a published task is one that cannot be easily changed afterwards. What is your use case for wanting to often unpublish tasks? Why publish them to begin with? And why manually?

one year ago
Show more results compactanswers