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

Reputation

0
0 Hello Everybody, I Have Been Testing Clearml As An All In One Solution For Mlops In Our Team. I Deployed The Clearml Server And Everything Worked Fine

Hi @<1534496192929468416:profile|EagerGiraffe33> , what if you try to put a specific version of pytorch you've tested on your remote environment in the requirements section of the cloned task?

2 years ago
0 I'M Getting This Error Across Different Machines

@<1547028079333871616:profile|IdealElephant83> , what are you trying to do during the code execution?

Is it a self hosted server?

2 years ago
0 Hi All! What'S The Best Way To Send My (Automatically Tracked Pytorch) Models To The Clearml Server? My Models Are Curently Saved With

Hi @<1556450111259676672:profile|PlainSeaurchin97> , I think what you're looking for is the output_uri parameter in Task.init()

2 years ago
0 Hey There, Is It Possible For A Clearml Pipeline Step To Log A Folder Instead Of Numpy/Pickle Objects? Looking At The Docs,

JitteryCoyote63 , heya, yes it is :)
You can save the entire folder as an artifact.

3 years ago
0 Hello

Hi @<1523707996645888000:profile|GrievingTurkey78> , did you configure the agent to install requirements from requirements.txt ? You can get more information using the --debug flag when running clearml-agent

2 years ago
2 years ago
0 I Guess One Experiment Is Running Backwards In Time

I have no idea, but considering that the version for http://app.clear.ml was updated recently (last week from what I noticed) I'd be guessing that the self hosted server should be right around the corner 😉

3 years ago
0 Hi, I Have A Problem After Updating Clearml-Server To The Most Recent Version. Elasticsearch Has Been Updated From

I'll clarify - on the server you have two parts - the clearml folders where all the mongo/elastic/redis data sits and you have the dockers. So, downgrading would mean using previous version dockers. However if you don't have a backup of your data I don't suggest you do this since data might become corrupt (mismatching elastic versions is bad for elastic)

3 years ago
0 Is There A Way Clearml Can Be Stopped From Updating Dependencies When Cloning?

What are the packages that are detected when you run the experiment locally?

3 years ago
0 Hi, I Am Getting

Dataset.get only fetches the dataset object, it doesn't try accessing files yet. What else are you doing in your code that reproduces your issue?

2 years ago
0 Any Tips Running My First Tasks In

@<1787653555927126016:profile|SoggyDuck67> , can you try setting the binary to 3.11 instead of 3.10?

10 months ago
0 Why Is Async_Delete Not Working?

Meaning that you should configure your host as follows host: "somehost.com:9000"

one year ago
0 Experiment Environment Containers Tutorial : I Create A Docker Image With:

Hi @<1576381444509405184:profile|ManiacalLizard2> , please note the failure error:
docker: Error response from daemon: pull access denied for new_docker, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.

I think you need to first login to the repository

2 years ago
0 +1 About Support Requests. There'S No Response For 2 Days

Hi @<1572032849320611840:profile|HurtRaccoon43> are you referring to Dima's request?

14 days ago
0 Hi, We’Re Deploying Clearml On The Eks And Have An Issue With Authenticating The Server With The S3 Bucket. The Connection To S3 Bucket Is Not Working. Our Current Diagnosis: Clearml Internally Uses Aws_Access_Key_Id And Aws_Secret_Access_Key. But We A

As you mentioned it seems that the authentication you're using is not created as part of the boto object. Is there a specific reason you don't want to use access/secret pairs for authentication?

3 years ago
0 How Do You Get Clearml Gpu Compute To Show Up Under Applications Or Autoscalers?

Hi @<1719524641879363584:profile|ThankfulClams64> , what do you mean regarding ClearML GPU Compute? Do you mean the Genesis autoscaler?

one year ago
0 Hey, What Exactly The Use Of Redis? I Can See That My Redis Is Getting Fuller And Fuller Over Time Can’T Find The Architecture Of Clearml In Docs

Hi ScrawnyLion96 ,

I think it handles some data like worker stats. It's required for the server to run. What do you mean by the redis getting fuller and fuller?

3 years ago
0 Hi Everyone

Hi @<1797438038670839808:profile|PanickyDolphin50> , can you please elaborate? What is this accelerate functionality?

9 months ago
0 Is It Possible To Change The

I think it sits somewhere in the UI code

3 years ago
Show more results compactanswers