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

Reputation

0
0 Is There A Way To Tell The Agent To Use A Specific Venv Pre Installed ? Like The One Already Installed In The Developer Pc And The Agent Is Running Inside That Same Pc?

Hi @<1576381444509405184:profile|ManiacalLizard2> , I think this is the env var you're looking for
CLEARML_AGENT_SKIP_PIP_VENV_INSTALL
None

2 years ago
0 Hello, Friends! I'Ve Got A Problem. I Am Trying To Restore Clearml Server From Backup. I Did What Docs Tell: Archived "Config" And "Data" Folders, Moved Them To New System. I Copied Docker Compose File And Set Correct Paths. When I Try To Run This Apiserv

What are the Elasticsearch, Mongo and apiserver versions in the docker compose are? Backup will only work in this scenario when they are exactly the same between 2 systems.

one year ago
0 Hi Team, I Have A Hosted Clearml Server. When I Upload A Large Artifact (Around 25Mb) To The

Maybe @<1523701087100473344:profile|SuccessfulKoala55> or @<1523701827080556544:profile|JuicyFox94> might have some insight into this 🙂

2 years ago
0 Hello, Is It Commo That

Is it a self hosted server?

3 years ago
0 Hi All, I’M Looking For Suggestions On Best Practices For Easily Going Between Local Development And Remote Execution. Currently, The Approach I’Ve Been Using Is To Have A Gitlab Ci/Cd Pipeline That Builds A New Docker Image For Each Commit And Then Setti

Hi @<1533620191232004096:profile|NuttyLobster9> , first, you can insert it using the bash startup script.
Also, I think you can add this repo to the requirements using the following format:

git+
one year ago
0 Hello, I’M Using

Hi RattyLouse61 🙂

Are these two different users using two sets of different credentials?

3 years ago
0 Hi, I Want To Simultaneously Initialize A Task (From A Python Script) And Enqueue It To A Remote Machine With A Clearml Agent. However, I Didn'T Find How To Do It Yet. What I Tried:

That's the problem. ClearML has to detect the uncommitted changes somehow. This is done while the code itself is running or when running with execute_remotely() . Otherwise, someone has to do a git diff and push it into the task object(database)

3 years ago
0 I’M Interested In Learning More About Internals Of Clearml Server - For Example, How Elasticsearch, Mongodb, And Redis Are Used Internally. Are There Any Materials Available?

DilapidatedDucks58 , regarding internal workings - MongoDB - all experiment objects are saved there. Elastic - Console logs, debug samples, scalars all is saved there. Redis - some stuff regarding agents I think

2 years ago
0 Hi, I Have Problems To Render Matploblib Figures Via. Report_Matplotlib_Figure. This Line Plt.Subplots() Try To Export To The Fileserver Which Is Not Configured In Our Case. Please Help. Clearml.Storage - Error - Exception Encountered While Uploading Fail

Do you mean you don't have a files server running? You can technically circumvent this by overring the api.files_server in clearml.conf and set it to your default storage

one year ago
0 Hi All, I Am Seeing This In My Logs:

Hi @<1529271085315395584:profile|AmusedCat74> , what are you trying to do in code? What version of clearml are you using?

2 years ago
0 Given A Task Object, How Do I Retrieve The Gpu Type ? I Can See It From The Webui But It Would Be Great If I Can Get It From The Python Sdk

Hi @<1576381444509405184:profile|ManiacalLizard2> , it will be part of the Task object. It should be part of the task.data.runtime attribute

5 months 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 Why Is Async_Delete Not Working?

Hi @<1590514584836378624:profile|AmiableSeaturtle81> , you need to setup your s3 key/secret in clearml.conf
I suggest following this documentation - None

one year ago
0 Hi, Trying To Debug

GrittyStarfish67 , which version of ClearML & ClearML-Session are you using?

3 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
0 Hi All, I'M Trying To Set Up Aws Autoscaler To Spin Up Ec2 Instances From Predefined Ami So I Was Able To Set Up The Autoscaler, But I Am Experiencing Some Issues With Spinning Up The Ec2 Instance. Seems Like It Keeps Failing (Spinning Up An Instance, The

full log of the ec2 instance like you provided earlier but from an instance after you've added the init script i mentioned to the autoscaler (stop running one and clone it and make the change)

7 months ago
0 I Am Studying Using The「Pipeline From Tasks 」Pages.

Hi @<1761199244808556544:profile|SarcasticHare65> , it looks like the failure results from it not finding a queue called services. Try creating one in the webUI

9 months ago
9 months ago
0 Hi Everybody! I Am Currently Having Trouble With Clearml Remote Agents Not Getting The Latest Version From My Git Repo. I'M Running My Pipeline Controller Locally, From Inside The Repo, And Clearml Seems To Detect This Correctly. When The Steps Run, Th

Hi @<1760474471606521856:profile|UptightMoth89> , what if you just run the pipeline without run locally and then enqueue it (assuming you have no uncommitted changes)

10 months ago
Show more results compactanswers