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 How I Get The Code In This Video?

SwankySeaurchin41 , what do you mean? Can you give a specific example?

3 years ago
0 Hi, I Am Running A Script Very Similar To The One In

Hi @<1644147961996775424:profile|HurtStarfish47> , Do you have some basic code snippet that reproduces this behavior?

one year ago
0 Hello Everyone, I Encountered The Following Error When I Tried To

If it's deployed by you, then try running clearml-init from the same machine the server is on. Doesn't matter if it's a cloud machine really

one year ago
0 Hello Everyone, I Encountered The Following Error When I Tried To

Hi @<1523704674534821888:profile|SourLion48> , can you try running it from the same machine that the server is running on?

one year ago
0 Hello Everyone, I Encountered The Following Error When I Tried To

Are you using the community server or did you deploy yourself?

one year ago
0 Hi. I'M Using Clearml To Log My Experiments. During Training, I Load Files Using Torch.Load.Clearml Displays The Following Message:

SoreDragonfly16 You can disable this with the following argument in task.init() - auto_connect_frameworks=False for example:
task = Task.init(..., auto_connect_frameworks={'pytorch': False})You can refer to this documentation for further reading at this https://clear.ml/docs/latest/docs/references/sdk/task#taskinit 🙂

4 years ago
0 Hello Everyone, I Encountered The Following Error When I Tried To

The ubuntu is the client side or you changed OS on the server side?

one year ago
0 Hi, I Am Using Clearml On A Self-Hosted Server (With

Hi @<1594863230964994048:profile|DangerousBee35> , I'm afraid that the self hosted version and the PRO versions are entirely disconnected. There are many more advanced features in the Scale/Enterprise licenses where you can have a mix of all the features you might be looking for. You can see the different options here - None

2 years ago
0 Hello All, I'Ve A Question On S3 Integration. I'Ve Deployed Clearml And Clearml-Agent Helm Charts In My Ovh Managed K8S Cluster. I'Ve Jupyterhub Running In Same Namespace. I Was Trying To Make Connection With My Ovh S3 Bucket From Jupyter Notebook By Fetc

Hi @<1665891247245496320:profile|TimelyOtter30> , not sure I follow. It looks like a misconfiguration. I think you need to see the correct settings here: None , also note the direct reference to minio 🙂

one year ago
0 Hi

Hi AlertCamel57 ,

Exporting/Importing data between ClearML servers is not supported in the open source version from what I understand.
You can however migrate the entire database very easily by moving /opt/clearml/data (If I'm not mistaken this is where it sits) to another location. Make sure that the server is down while doing so, to avoid corruptions

3 years ago
0 The Comparison Page Seems To Resize The Experiments So That All Tags Will Fit In The Screen, But Then The Experiments Are Pretty Much Impossible To Compare

Huh, what an interesting issue! I think you should open a github issue for this to be followed up on.

If you remove the tags the page resizes back?

3 years ago
0 Hello Team, We Are Currently Utilizing A Self-Hosted Clearml For Various Projects. Our Aim Is To Implement Role-Based Access Control Across Projects. As I Understand, This Feature Is Presently Available Only On The Enterprise Plan. Is It Possible To Enab

Hi @<1696331935023894528:profile|BoredBee87> , role based access controls are available only in the Scale & Enterprise licenses. These licenses do support full on premise deployments. Besides role based access controls there are many other features available. I'd suggest contacting ClearML directly to hear about other options 🙂

one year ago
0 Hello Everyone, I Encountered The Following Error When I Tried To

Did you try this key/secret pair on other machines?

one year ago
0 Hello Everyone ! I Tried To Reproduce Your Tutorial :

Hi ExasperatedCrocodile76 , I think you are correct. This is simply an info print out.

2 years ago
0 Hello. I Have An Issue I Can'T Seem To Debug. Maybe Someone Knows How To Fix It. I Have Two Scripts

So in the first case you just run a task locally. In the second case you run a script that creates a task with Task.create() which creates a draft task with execution parameters, output uri etc (Nothing in configuration I assume? Please check). This task is then enqueued and the script exists.

Afterwards on the remote machine task is pulled by agent (is it running in docker mode?) same code is pulled and execution begins.

At which point were the init params changed in the second case?...

2 years ago
0 Hi All, I'M Trying To Setup A Pipeline Based On The Asteroid_Example(

Hi @<1587615463670550528:profile|DepravedDolphin12> , can you please add the full log?

2 years ago
9 months ago
0 Hi, Is There A Way To Get Only The Last Child From A Clearml Dataset And Not The Entire Graph?

Hi @<1648134232087728128:profile|AlertFrog99> , I don't think there is anything specifically built in for that. You can fetch a list of all children and then see the latest.

one year ago
0 Hello Everyone, I Have A Small Question For The

Not sure what I'm missing, but I'm quite sure you could do exactly that through the UI, no?

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
Show more results compactanswers