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

Reputation

0
0 Ui Suggestion #2:

DepressedChimpanzee34 , this has been reported and should be solved in one of the following versions 🙂

3 years ago
0 Ui Suggestion:

DepressedChimpanzee34 I see what you mean! Let me check regarding that 🙂

3 years ago
0 Ui Suggestion:

DepressedChimpanzee34 which section are you referring to, can you provide a screenshot of what you mean?

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

@<1526734383564722176:profile|BoredBat47> , that could indeed be an issue. If the server is still running things could be written in the databases, creating conflicts

6 months ago
0 Hello Everyone, I Am Having Issues With The Gcp Autoscaler. This Is In The Output Logs:

Hi @<1529271085315395584:profile|AmusedCat74> , can you please provide the full log of the autoscaler?

one year ago
0 Hi There, Our. Self-Hosted Server Is Periodically Very Slow To React In The Web Ui. We'Ve Been Debugging For Quite Some Time, And It Would Seem That Elastisearch Might Be The Culprit. Looking At The Elastisearch Index, We Have An Index Of Around 80G Of Tr

Hi @<1523701601770934272:profile|GiganticMole91> , As long as experiments are deleted then their associated scalars are deleted as well.

I'd check the ES container for logs. Additionally, you can always beef up the machine with more RAM to give elastic more to work with.

4 months ago
0 Hi Folks, I Have A Question Related To The Storage Of Artifacts, As It Is Not Entirely Clear To Me Where To Configure It. If I Read The Documentation

SarcasticSquirrel56 , you're right. I think you can use the following setting in ~/clearml.conf : sdk.development.default_output_uri: <S3_BUCKET> . Tell me if that works

2 years ago
0 Hi Everyone, If I Use The Free Hosted Server Of Clearml, Does It Mean That I Should Get A Public Url To Run Inference On My Model When I Deploy To This Server?

Hi @<1580367711848894464:profile|ApprehensiveRaven81> , I'm not sure what you mean. Can you please elaborate?

one year ago
0 Hi All How Can I Move Experiments From One Workspace To Another?

Hi @<1671689458606411776:profile|StormySeaturtle98> , I'm afraid that's not possible. You could rerun the code on the other workspace though 🙂

11 months ago
0 Hi Folks, I’M Having Some Trouble Getting An A100 Instance In Gcp. I’M Talking With A Google Rep And Need Some Info On The Gcp Autoscaler, Can You Tell Me What Method It Uses To Spin Up An Instance? Any Chance It Uses Dws? Also Have People Encountered Thi

Hi @<1745616566117994496:profile|FantasticGorilla16> , under the hood the google API is being used - None

Regarding getting machines faster, I think that really depends on availability on Google's side 🙂

5 months ago
0 Hey Guys! We Run Tasks Using Docker Mode Environment. The Docker Image We'Re Using Has Already All The Packages Installed On The System, But I Notice That Every-Time We Run A Task, It Tries To Install The Environment Packages Over Again. Is There A Way To

Hi @<1544853695869489152:profile|NonchalantOx99> , I think this is the environment variable you're looking for - CLEARML_AGENT_FORCE_SYSTEM_SITE_PACKAGES
None
You can also use agent.package_manager.system_site_packages: true in your clearml.conf

one year ago
0 Using

WackyRabbit7 ,I am noticing that the files are saved locally, is there any chance that the files are over-written during the run or get deleted at some point and then replaced?

Also, is there a reason the files are being saved locally and not at the fileserver?

I couldn't manage to reproduce it on my end. But also in my cases it always saves the files to the fileserver. So I'm curious what's making it save locally in your case

3 years ago
0 Using

an example of the part of you saving the files and loading the files. I'm assuming that all files are saved locally?

3 years ago
0 Hi All, What Is The Best Practice To Handle Connection Errors And Timeouts To Clearml Server? Is There A Configuration In The Python Sdk For Timeouts / Max Attempts Without Interrupting The Training Session?

Hi @<1582179661935284224:profile|AbruptJellyfish92> , connectivity issues should not affect training and should cache everything until connection is restored and everything should be sent to the server. Did you encounter a different behavior?

one year ago
0 Hey Clearml-Community, I Have A Doubt Around The Default Upload Destination When Defining A Clearml Project & When Defining The Upload Destination For A Model Object When Doing Things Programmatically. I Am Trying To Use The Clearml File Server'S Endpoi

@<1523701132025663488:profile|SlimyElephant79> , it looks like you are right. I think it might be a bug. Could you open a GitHub issue to follow up on this?
As a workaround programmatically you can set Task.init(output_uri=True) , this will make the experiment outputs all to be uploaded to whatever is defined as the files_server in clearml.conf .

2 years ago
0 Hey, Guys, Following My Previous Post, I Managed To Fix Several Problems I Had. It Seems A Little Left To Get Things Working. My Problem Now Is I Get This Error Message When Running

Hi BoredBat47 , this happens only when you use the --foreground flag?
Is this the full error? What version of clearml-agent are you using? What OS are you on?

2 years ago
0 Hi Folks, How Does Clearml Figure Out The Virtual Environment That It Needs To Use For The Task. Is There Any Way To Override The Default Virtual Environment That Is Picked ?

Hi @<1523704207914307584:profile|ObedientToad56> , the virtual env is constructed using the detected packages when run locally. You can certainly override that. For example use Task.add_requirements - None

There are also a few additional configurations in the agent section of clearml.conf I would suggest going over

one year ago
Show more results compactanswers