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
HugeArcticwolf77
Moderator
15 Questions, 39 Answers
  Active since 10 January 2023
  Last activity 10 months ago

Reputation

0

Badges 1

31 × Eureka!
0 Votes
2 Answers
640 Views
0 Votes 2 Answers 640 Views
I'm seeing very high CPU usage by idle clearml-agents. Any idea why?
10 months ago
0 Votes
2 Answers
784 Views
0 Votes 2 Answers 784 Views
Hi all, Does ClearML has a feature that resembles W&B's reports?
one year ago
0 Votes
9 Answers
774 Views
0 Votes 9 Answers 774 Views
Hi all, I'm having an issue running clearml-agent in docker mode. When enqueuing a task to the docker agent I get the following error: error: could not write...
one year ago
0 Votes
15 Answers
898 Views
0 Votes 15 Answers 898 Views
Hi, is there any way to upload data to a clearml dataset without compression at all? I have very small text files that make up a dataset and compression seem...
one year ago
0 Votes
4 Answers
867 Views
0 Votes 4 Answers 867 Views
hi, was there any change in clearml-agent recently that caused it to ignore the environment variable $CLEARML_AGENT_SKIP_PIP_VENV_INSTALL? I had to spin new ...
one year ago
0 Votes
4 Answers
841 Views
0 Votes 4 Answers 841 Views
one year ago
0 Votes
5 Answers
836 Views
0 Votes 5 Answers 836 Views
one year ago
0 Votes
1 Answers
721 Views
0 Votes 1 Answers 721 Views
Hi, I'm having issue with running clearml-agent in docker mode. I spin up an agent in the following way: clearml-agent daemon --queue docker_test --docker nv...
one year ago
0 Votes
2 Answers
725 Views
0 Votes 2 Answers 725 Views
qq - is there a way to control clearml-agent workers running on remote machines from the machine running clearml-server ? (either by GUI or CLI). The use cas...
one year ago
0 Votes
4 Answers
726 Views
0 Votes 4 Answers 726 Views
CORS Support ## Hi All, I'm running a self-hosted ClearML server and I want to enable CORS on the fileserver, specifically Access-Control-Expose-Headers: "Ac...
2 years ago
0 Votes
4 Answers
795 Views
0 Votes 4 Answers 795 Views
one year ago
0 Votes
1 Answers
744 Views
0 Votes 1 Answers 744 Views
Hi, is there a solution for user-roles? I want to give access to ClearML to a user outside the DS team, but only to view experiment results. I don't want the...
one year ago
0 Votes
3 Answers
914 Views
0 Votes 3 Answers 914 Views
hi all, did anyone else encounter a bug with enqueuing new pipeline runs using the web GUI in version 1.9.0?
one year ago
0 Votes
3 Answers
757 Views
0 Votes 3 Answers 757 Views
Hi, Could use some help here. I have a pipeline that worked just fine last week. Now when creating a new run using the GUI, the pipeline task fails with a st...
one year ago
0 Votes
5 Answers
734 Views
0 Votes 5 Answers 734 Views
one year ago
0 Hi All, I Got An Issue With The Pipliene Before Create Launching The Next Steps What Can Be Help To Solve This? File "/Home/Core/.Clearml/Venvs-Builds.1.2/3.8/Lib/Python3.8/Site-Packages/Clearml/Automation/Controller.Py", Line 795, In Start Self._Start(

GaudyPig83 AgitatedDove14 I'm experiencing the same issue. was this resolved?
BTW, I'm running a self-hosted server with latest versions of server, agent and clearml

one year ago
0 Hi, I'M Having Issue With Running Clearml-Agent In Docker Mode. I Spin Up An Agent In The Following Way:

UPDATE: The issue in clearml.conf
In the API settings, the server address used an alias which was not defined in the docker. Once that was replaced with the explicit IP address, everything worked as expected

one year ago
one year ago
0 ## Cors Support ##

Thanks SuccessfulKoala55 - I will take a look. It is worth adding this information somewhere in the documentation though 🤓

2 years ago
0 I'M Seeing Very High Cpu Usage By Idle Clearml-Agents. Any Idea Why?

@<1523701087100473344:profile|SuccessfulKoala55> they're running in the background. Is there an easy way to tail the logs or something?

10 months ago
0 Hello, I Am Trying To Run Some Algorithm In My Docker Container With Clearml Task . But The Algorithm Uses Ros, So I Need Somehow To Setup Environment Before Run It And Launch

@<1523701205467926528:profile|AgitatedDove14> actually no. I was unaware that was needed. I will try that and let you know

one year ago
0 Hi All, I'M Having An Issue Running Clearml-Agent In Docker Mode. When Enqueuing A Task To The Docker Agent I Get The Following Error:

@<1523701087100473344:profile|SuccessfulKoala55> the docker user is root, but it does not have the "sudo" group if that's what you mean. Is that required?

EDIT: I just ran "sudo ls" and it returned with no issues so I guess I do have sudo permission :man-shrugging:

one year ago
one year ago
0 Hi All, I Got An Issue With The Pipliene Before Create Launching The Next Steps What Can Be Help To Solve This? File "/Home/Core/.Clearml/Venvs-Builds.1.2/3.8/Lib/Python3.8/Site-Packages/Clearml/Automation/Controller.Py", Line 795, In Start Self._Start(

I did. Runing clearml==1.8.0, clearml-agent==1.4.1 and clearml-server=1.7.0

edit: I reran the script from terminal instead of the GUI and it works. thanks AgitatedDove14 !

one year ago
0 Hi

AgitatedDove14 Ok, that's more like what I was hoping for. Thanks for the reply! You might want to consider adding the documentation of a new feature to the release page on github. I searched for this and since "Report" is already used in several other context, I missed it among other reporting features of ClearML

one year ago
0 Hi, Was There Any Change In Clearml-Agent Recently That Caused It To Ignore The Environment Variable $Clearml_Agent_Skip_Pip_Venv_Install? I Had To Spin New Agents And Now They Try To Create Venv For No Reason ( The Environment Already Exists)

CostlyOstrich36 ok the issue is not the clearml-agent version, it is the conda environment I'm trying to run with. I usually run my agents from one conda environment and when I pass CLEARML_AGENT_SKIP_PIP_VENV_INSTALL=1, it just uses the conda interpreter and all is good. When I try to do this with a different conda env, this does not work and tries forcibly to create a new venv. any idea why?

Edit: if it is any help, the conda env that works is installed in the conda install dir, and the n...

one year ago
0 Hi, Is There Any Way To Upload Data To A Clearml Dataset Without Compression At All? I Have Very Small Text Files That Make Up A Dataset And Compression Seems To Take Most Of The Upload Time And It Provide Almost No Benefits W.R.T Size

AgitatedDove14 I have suggested fix, should I open an issue on GitHub, or can I directly open a PR?
compression=compression or ZIP_DEFLATED if compression else ZIP_STORED

one year ago
one year ago
0 Hi, Is There Any Way To Upload Data To A Clearml Dataset Without Compression At All? I Have Very Small Text Files That Make Up A Dataset And Compression Seems To Take Most Of The Upload Time And It Provide Almost No Benefits W.R.T Size

AgitatedDove14 thanks for the tip. I tried it but it still compresses the data to zip format. I suspect it is since ZIP_STORED is a constant that equals 0:

This is problematic due to line 689 in dataset.py ( https://github.com/allegroai/clearml/blob/d17903d4e9f404593ffc1bdb7b4e710baae54662/clearml/datasets/dataset.py#L689 ):
compression=compression or ZIP_DEFLATED

Since ZIP_DEFLATED=8, passing compression=0 still causes data to be compressed

one year ago
0 Hi, Could Use Some Help Here. I Have A Pipeline That Worked Just Fine Last Week. Now When Creating A New Run Using The Gui, The Pipeline Task Fails With A Strange Error:

UPDATE:
Tried to kill the services mode agent and start a new one instead and I get a similar error:

CLEARML_WORKER_NAME=pls_work clearml-agent daemon -d --services-mode --queue foo_bar

clearml_agent: ERROR: create.<locals>.Validator.__init__() got an unexpected keyword argument 'types'
one year ago
0 Hi All, I'M Having An Issue Running Clearml-Agent In Docker Mode. When Enqueuing A Task To The Docker Agent I Get The Following Error:

these are the mounts I add:
-v /home/some_username/workspace/:/root/workspace -v /software:/software -v /images:/images -v /data:/data -v /processedData:/processedData -v /disk1:/disk1 -v /disk2:/disk2 -v /disk3:/disk3 -v /disk4:/disk4 -v /disk5:/disk5 -v /disk6:/disk6 -v /disk8:/disk8

None of these seem problematic to me. The only issue I can think of is that /home is an external mount on the host machine (outside of docker). Should I mount it somewhere?

one year ago
0 ## Cors Support ##

SuccessfulKoala55 - Ok, new question that might focus this down:

I want to be able to query the fileserver using HTTP URLs that have "Accept-Ranges" in the header. I exposed this in the apiserver.conf but this does not affect the file server, only the web-server. Any chance to add a fileserver.conf to enable this functionallity?

2 years ago
0 I Keep Getting Server Unavailable Pop-Up Error After Updating To 1.10. I Had To Roll Back To 1.9.2 For Now, So I Don’T Have Access To Docker Logs, But Maybe Someone Has An Idea?

@<1533257407419912192:profile|DilapidatedDucks58> I'm had the same issue and solved it by removing the server's CORS config (from any config file under /opt/clearml/config).

see this thread for details: None )

@<1523701070390366208:profile|CostlyOstrich36> @<1523701087100473344:profile|SuccessfulKoala55> any idea how to fix this?

one year ago
0 Hi, Is There A Way To Put Scalars On The Same Plot? For Example: I Train A Model Using Pytorch-Lightning And The Clearml Logger Automatically Logs Both Training And Validation Loss. I'M Used To Looking At These Graphs On The Same Plot But The Scalars View

well maybe, but that kinda ruins the whole point of auto logging. The scalars are already logged, it is just a matter of plotting so I assumed it could be done in the webapp

one year ago
0 Hi, Is There Any Way To Upload Data To A Clearml Dataset Without Compression At All? I Have Very Small Text Files That Make Up A Dataset And Compression Seems To Take Most Of The Upload Time And It Provide Almost No Benefits W.R.T Size

It takes around 3-5mins to upload 100-500k plain text files. I just assumed that the added size includes the entire dataset including metadata, SHA2 and other stuff required for dataset functionallity

one year ago
0 Hi All, I Recently Updated My Self-Hosted Clearml-Server To 1.10 And It Seemed To Fail (See Attached Image). I Checked The Logs And Could Not Find Any Errors That Would Prevent The Server From Working. I Did Find These Errors In Clearml-Elastic By Runnin

I put it there since I tried using clearml fileserver URLs as input to foxglove studio (playback of remote .bag files recorded in ROS). Foxglove required these CORS settings, but we since then pivoted to a different solution so it is no longer needed.

one year ago
0 Hi All, I Recently Updated My Self-Hosted Clearml-Server To 1.10 And It Seemed To Fail (See Attached Image). I Checked The Logs And Could Not Find Any Errors That Would Prevent The Server From Working. I Did Find These Errors In Clearml-Elastic By Runnin

For future reference - I managed to solve the issue.
I found that I have an old CORS configuration that I no longer need in /opt/clearml/config/ (for both API and file servers). Once I removed the cors segment from the config and restarted the server it worked.

one year ago
0 Hi

AgitatedDove14 Is there a way to change colors of embedded plot just like in the UI? Some default colors make it hard to view in dark mode. Also, the color of embedded plots is the same regardless of the color of the original plot

one year ago
0 Hi, Quick Question: Is There An Easy Way To Spin Multiple Clearml-Agents At Once? (Maybe Something Like Clearml-Agent Daemon --Queue -N 16) I Know This Can Be Done With Simple Shell Scripts Or Other Workarounds But Wondered If There'S A Native/Recommended

I have a preprocessing task that is CPU parallelized, but I wanted to create a ClearML task for each instance since it reports some parameters that I want to later aggregate. Running this quickly requires 10-30 agents listening on the same queue

one year ago
Show more results compactanswers