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
3 years ago
0 For Some Reason The Installed Packages Are Not Reflecting The One From The

Hi @<1772433273633378304:profile|VexedWoodpecker50> , these are the packages that were on the environment that ran the experiment. Please see here - None

9 months ago
0 For Some Reason The Installed Packages Are Not Reflecting The One From The

I think this is what you're looking for then - None
Task.add_requirements

9 months ago
0 Hi Community, We Are Having An Issue Connecting Our

Do you have a custom certificate for SSL by chance? If this is the case please see the following:
https://github.com/allegroai/clearml/issues/7
The solution would be changing the following to false:
https://github.com/allegroai/clearml/blob/9624f2c715df933ff17ed5ae9bf3c0a0b5fd5a0e/docs/clearml.conf#L16

3 years ago
0 When Choosing An Experiment With Status "Published" The Search Icon Is Gone.

Hi @<1769534171857817600:profile|DepressedSeaurchin77> , can you please provide the full screenshot for context?

10 months 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,

Do you mean if they are shared between steps or if each step creates a duplicate?

3 years ago
0 Hello, I’M Using

Great, thanks!

3 years ago
9 months ago
0 Hi Community, I'M Installing Multiple Clearml-Agent On Some Gpu Workstations, So I Have A Question: How Can I Use The Cache Of Dataset As When I Run Only 1 Clearml-Agent? I Don'T Want To Download Full Dataset Everytime When A Task Run Because Now Since I

Hi @<1749965229388730368:profile|UnevenDeer21> , an NFS is one good option. You can also point all agents on the same machine to the same cache folder as well. Or just like you suggested, point all workers to the same cache on a mounted NFS

11 months ago
0 Using

WackyRabbit7 aight, thx for the info I'll take a look 🙂

3 years ago
0 Is There A Way To Configure A Clearml-Agent So That It Shutdown The Server After It Has Been Idle For A Certain Time Period? We Are Using Gpu Resources From A Provider That Autoscaling Doesn'T Support (Such As Sagemaker Training Jobs).

With the autoscaler it's also easier to configure a large variety of different compute resources. Although if you're only interested in p4 equivalent instances and on fast demand I can understand the issue

one year ago
0 Can I Get In Python The Name Of The Person Who Created A Given Task By Calling Some Method Of A Task?

UpsetTurkey67 , I'm not sure. I know that the UI uses the API so everything shown in the UI exists in the backend. So, I just played a bit in iPython with dir(task) to see what it offers 🙂

3 years ago
0 Hi, Can Anyone Help Me? I'M Trying To Create A

I'm thinking maybe you can do it by chaining tasks somehow, but I think that is not the correct way (Never tried it myself, as I said, in the end it all abstracts to a single pipeline).

Maybe check out pipelines with functions or even better decorators, this might be an easier solution for you and you can create very complex pipelines with it. Think about using loops and if statements to create steps and progress your pipeline

2 years ago
0 Hi Guys, Hope You'Re Doing Well. I Have A Simple Question: My Workspace Reached It'S Storage Quota. Is It Possible To Free Space? I Have Already Deleted A Lot Of Old Tasks But It Still The Same... Thanks!

Hi NastySeahorse61 ,

It looks like deleting smaller tasks didn't make much of a dent. Do you have any tasks that ran for very long or were very intensive on reporting to the server?

3 years ago
0 Hello We Are Using Enterprise Version And The Question Is About The Agents And The Queues We Know That We Can Configure Container Image At The Agent Level This Means That Agent Will Use This Base Image To Spawn New Pods Can We Also Configure Container

Hi @<1800699527066292224:profile|SucculentKitten7> , you can control the docker image on the task level, either through the code ( Task.set_base_docker ) or through the webUI in the 'execution' section of the task

7 months ago
0 For Some Reason The Installed Packages Are Not Reflecting The One From The

By default it will use the packages that were detected in the environment. You can override that default behaviour with this.

9 months ago
2 years ago
0 Hi Everyone, I Have A Question On How To Disable Running Pipelines In Hybrid Mode, So That Agent Only Considers The Code From Git And Not From Local Repo While Running A Task Remotely. I Am Trying To Run A Demo Pipeline Remotely Using Clearml-Agent. Some

Hi @<1731483438642368512:profile|LoosePigeon2> , you need to set the following:

sdk: {
    development: {
        store_code_diff_from_remote: false
        store_uncommitted_code_diff: false

On the machine you're running your pipeline from

11 months ago
one year ago
0 Anyone Faced An Issue With Elasticsearch Before

Looks like elastic is failing to access a shard. Do you have visibility into machine utilization? How much RAM is elastic consuming?

Also, is this the entire error repeating or is there more context?

4 months ago
0 Hi Everyone, I'M Setting Up Aws Autoscaler. Is It Possible To Configure

I suggest watching the following videos to get a better understanding:
Agent - None
Autoscaler - None

Also please review agent docs - None

when a task is enqueued when does the autoscaler kicks in?

You're looking for the polling interval parameter as mentioned in the documentation - [None](https://clear.ml/docs/latest/docs/webapp/appl...

7 months ago
0 Hi, Our Research Team Uses Both

GrittyKangaroo27 , I think that ClearML will be just right up your alley then 🙂

3 years ago
Show more results compactanswers