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, 3713 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0
0 Hi, I'M Having Problems With The Installed Packages When Creating An Experiment. The Installed Packages Used To Be A List With The Versions Of All The Installed Packages In The Venv. However, Now I Get The Following:

MuddySquid7 , I couldn't reproduce case 4.
In all cases it didn't detect sklearn.

Did you put anything inside _init_.py ?
Can you please zip up the folder from scenario 4. and post it here?

3 years ago
0 Hi I’M Trying To Schedule The Tasks Execution Using

Hi @<1706116294329241600:profile|MinuteMouse44> , is there any worker listening to the queue?

2 months ago
0 Hello Everyone , How Can I Read The Hostname From The Info Section?

Hi @<1620955143929335808:profile|PleasantStork44> , can you please elaborate? You mean the info section of the task? Do you mean programmatically?

one year ago
0 Hi, I Have A Question Regarding Storing Datasets And Models In A S3 Bucket. Is There Any Specific Way To Upload Metadata And Models To S3 Bucket From Clearml?

like some details about attributes, dataset size, formats.

Can you elaborate on how exactly you'd be saving this data?

here when we define output_uri in task_init in which format the model would be saved?

It depends on the framework I guess 🙂

2 years ago
0 I'Ve Been Seeing This Message And Similar Messages A Lot In Some Of My Tasks Lately... Any Ideas?

Can you check up on the dockers and see if they're all up and running?

2 years ago
0 I Am Trying To Run The

You can create a queue through the UI. You can go into Workers & Queues tab -> Queues -> "New Queue"
You can also create new queues using the API as well
https://clear.ml/docs/latest/docs/references/api/queues#post-queuescreate

2 years ago
6 months ago
0 Has Anyone Found A Workaround For The Bug?

BitterLeopard33 , ReassuredTiger98 , my bad. I just dug a bit in slack history, I think I got the issue mixed up with long file names 😞

Regarding http/chunking issue/solution - I can't find anything either. Maybe open a github issue / github feature request (for chunking files)

2 years ago
0 Has Anyone Found A Workaround For The Bug?

A workaround can be to set up a local Minio server or upload to s3 directly, this way there shouldn't be a limit

2 years ago
0 Has Anyone Found A Workaround For The Bug?

Data in minio should be treat as an S3 bucket

2 years ago
0 Hey, I Have A Question Regarding The Models “Publish” Actions. Is There Any Side Effects To This Action Besides Making The Model Readonly? Is There Some Way To Customize The Action Done After Publish? Webhook For Example Could Be Nice

Hi @<1544128915683938304:profile|DepravedBee6> , the task that created the model would also get published.

About our second question, I think this is what you are looking for - None

one year ago
2 years ago
0 Hi, Is There A Way To Add The Sdk

I'm reading on task.set_credentials at the moment. What exactly are you trying to do?

2 years ago
0 Hi, In The Metric Snapshot Graph, Is It Possible To Scale The Y Axis To

I'm not sure I understand. Can you give a specific example of what you have VS what you'd like it to be?

2 years ago
0 Hi, Just Curious, Is There Planning To Using

Hi @<1523701260895653888:profile|QuaintJellyfish58> , can you elaborate on what uv is?

8 months ago
0 Hi, Just Curious, Is There Planning To Using

Maybe add it a feature request in GitHub 🙂

8 months ago
0 Can I Run A Random Task From A Queue? Like This

On what OS are you on?
Regarding your question - I can't recall for sure. I think it still creates a virtualenv

2 years ago
0 I Have A Problem With Displaying Scalars. What Could Be The Reason?

Hi @<1675675722045198336:profile|AmusedButterfly47> , what is your code doing? Do you have a snippet that reproduces this?

8 months ago
0 Hi, I Have A Worker Running In Services Mode With

I assigned both the pipeline controller and the component to this worker. Do I rather need to create two agents, one in services mode for the controller and then another one (not in services mode) for the component (which does training and predictions)? But, this seems to defeat the point of being able to run multiple tasks in services mode...

Yes. Again, the services mode is for special 'system' services if you will. The controller can run on the services agent (although not necessary...

8 months ago
0 Hi, I Have A Worker Running In Services Mode With

Really depends on how you want to set up your pipeline. I suggest going over the documentation and watching the youtube videos for a better understanding.

8 months ago
0 Hello Again Guys, Just Curious, How Do I Get My Artifact To Be Under My Models Page? So I'M Looking At The

CluelessElephant89 , Hi 🙂

For ClearML to treat your artifact as a model you'd have to register it as a Model class like here:
https://clear.ml/docs/latest/docs/references/sdk/model_model

I'm guessing you'd want it as an output model, correct?

Do you want to register this artifact as both a model AND an artifact or would only having it as a model is enough?

3 years ago
0 Hi! Any Idea Why Clearml Fails To Detect Iteration Reporting?

GrievingTurkey78 , please try task.init( auto_resource_monitoring=False, ... )

3 years ago
0 Hi! Any Idea Why Clearml Fails To Detect Iteration Reporting?

GrievingTurkey78 , can you try disabling the cpu/gpu detection?

3 years ago
Show more results compactanswers