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

Reputation

0
0 Hi, On The Clearml Web App, Under Settings -> Users & Groups, I Want To Know How Can I Change The Owner User To Someone Else.

The way that community server works, yes. All your experiments are connected to a specific workspace/user

2 years ago
0 Hi There I'M Trying Out Clearml. I Saw Mention That Clearml Can Capture Tensorboard Output So I Tried It With This Little Script (Image Below). The Events File Is Filled, The Clearml Task Is Created, And Marked Complete However There Is Nothing In The Sc

Strange, I'm not familiar with tensorboard_logger package. I see it's latest package on pypi is also 0.1.0 with latest supported python 3.5.

Scalers are usually reported and auto captured through SummaryWriter if I'm not mistaken. I found an example here:
https://github.com/allegroai/clearml/blob/master/examples/frameworks/pytorch/pytorch_tensorboard.py

Anyhow I'll take a look into it πŸ™‚

2 years ago
0 Why Is Async_Delete Not Working?

I think that the problem is with missing region definition. You need to set region in the config file.

But it looks like that for the existing version it will not work since there still appears to be a bug related to this. The hotfix is already on the way from my understanding

So, in short, you need to set the region in the config file + wait for the hotfix that is pending for 1.14

one year ago
0 Hi, In My Code I Have Some Functions I Call From A Different Folder From My Original Project But Is In The Same Repository, When I Run The Following Code Locally:

Hi @<1523701295830011904:profile|CluelessFlamingo93> , when running remotely the agent assumes it will be a different machine. I think the best way to solve this is to add utils to your repository and import it from there during code execution.

What do you think?

2 years ago
0 Hi, I Am Trying To Use The Clearml Aws Autoscaler Service (In The Pro Version) And Getting This Error:

SmugTurtle78 , regarding the CPU only mode - How are you running. Are you using the application in PRO version or are you running through one of the examples?

2 years ago
0 Hi, I'M Trying To Upload Data To Clearml Parallelly. Is It Impossible To Use

AbruptCow41 , you can already do this, just add the entire folder πŸ™‚

3 years ago
0 Hey Guys, I’M Trying To Install

I think I misunderstood your problem at the start. let me take another look πŸ™‚

3 years ago
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?

2 years ago
0 Hi Team, How To Configure Gerrit Details In Clearml So That Tasks Or Pipeline Will Be Executed Depends On Gerrit?

This should be a good started, after googling more on how ssh works will give you the right direction πŸ™‚

2 years ago
one year ago
0 Hello, I'M Trying To Use Clearml Agent To Build A Containerized Task

Hi @<1603560525352931328:profile|BeefyOwl35> , can you please elaborate on what you mean by running the build command?

Can you add a full log?

one year ago
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
2 years ago
0 Hi Guys, I Was Wondering If I Can Change The Base Docker Image On My Agent And Use An Image That I Custom Built Now Inside My Agent'S Docker Images Library With All Its Python Library That Is Needed. If So, Does Anyone Have An Example Code I Can Run? I Wa

CluelessElephant89 , Hi!

In the UI, under the execution tab there is a 'Container' section.

There you can configure all of those πŸ™‚

You need the docker to be available on dockerhub so the agent will be able to pull the docker

3 years ago
0 We'Re Trying To Upgrade Our Clearml On K8S But We'Re Getting This Error -

Hi UnevenDolphin73 , maybe JuicyFox94 or SuccessfulKoala55 can assist

2 years ago
0 When Running The Agent And Enqueued The Task, It Failed. Why It Is Installing From Command '['/Home/Saurabh/.Clearml/Venvs-Builds/3.8/Bin/Python']

Hi @<1533159639040921600:profile|JoyousReindeer30> , is it possible that the wheel it's trying to install is internal and not possible to install via regular pip install?

2 years ago
2 years ago
0 Hi, I'M Trying To Setup The Storage (Aws S3) For All Components Of Clearml. I'M Deploying Clearml On Kubernetes With The Official Helm Charts. I Can'T Find A Way To Inject The Configuration File In The Webserver / Apiserver / Fileserver. With The Agent,

Hi @<1749602841338580992:profile|ImpressionableSparrow64> , the S3 configuration (Credentials) is always done on the client side. You don't need to configure anything server side. Also good that you configured the agent.

7 months ago
one year ago
0 How Do I Resolve This?

The server usually takes about 2-3 minutes to start up (ES takes time to warm up), does the issue still affect you?

2 years ago
0 Hi Good Folks Here! Does Clearml Allow Auto-Rerun Of Failed Jobs, For Example When A Spot Instance Gets Interrupted, Please? (Or Auto-Resume, If Checkpointing Logic In Place)

Hi @<1546665634195050496:profile|SolidGoose91> , I think this capability exists when running pipelines. The pipeline controller will detect spot instances that failed and will retry running them.

Are you using the PRO or the open source auto scaler?

2 years ago
Show more results compactanswers