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

Reputation

0
0 Hi, I Get These Errors For Triggerscheduler:

Is it failing when running on a worker?

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?

3 years ago
0 Is There An Larger Example On How To Use Task.Connect Other Than In The Doc String? For Example

Hi @<1523704157695905792:profile|VivaciousBadger56> , you can see an example of usage of Task.connect() here:
None

one year ago
0 I Deployed A Self-Hosted Clearml Server With Docker Compose. Then I Created A Project, Added Clearml To My Python Project, And Executed The Task. Then I Wanted To Deploy The Model (Yolov8) For Inference With Clearml Serving. I Followed This Guide:

Hi @<1593413673383104512:profile|MiniatureDragonfly17> , no. The assumption is that serving runs on a dedicated machine. Of course you can edit the docker compose to use different ports

one year ago
0 Hi, In The Slack Alert Example, What Does "This Function Will Never End" Mean? Not Even After The Task Finish?

Hi PunyWoodpecker71 , I guess it means the task will never finish either

2 years ago
0 Hi Everyone! Can I Somehow Configure

Hi FierceRabbit20 , I don't think there is such an option out of the box but you can simply add it to your startup of the machine or create a Cron job

one year ago
0 Please Explain The Forward Steps To Continue

Hi @<1557174909573009408:profile|LargeOctopus32> , I suggest you through the introduction videos on ClearML's youtube channel
None

one year ago
0 Hi, I Was Wondering If Anyone Had A Similar Problem And How You Fixed It? My Code Fails On

DrabSwan66 Hi!

What version are you trying to install? If the machine in question has an issue installing opencv then the agent will most likely fail as well.

3 years ago
0 Hi, Can Anyone Help Me With This Code? (Just A Mock Example, But It Nicely Captures The Behavior Of The Real Code)

Looks like you're trying to do fetch something and then do something to it, that's why there's a TypeError regarding a NoneType. Do you know where in the code the traceback occurs?

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

JitteryCoyote63 , projects.get_all_ex is fired when UI is loaded/pages are navigated to.
Regarding the self hosted version channel, usually these things are discussed and revealed in community talks that are done once in a while. Considering that the community server was recently updated I would give an educated guess of a week or two until ClearML self hosted version is released 🙂

2 years ago
0 Why Would The Mongo4 Migration Scripts (For Clearml-Server 1.2) Try To Chown 1000:1000?

But I believe you can use your user/group if you prefer 🙂

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.

2 years ago
0 Hi, I'M Looking For An Example Show How

Hi OutrageousSheep60 ,

I'm not sure I've seen such an example. But you can definately wrap torch dataset in clearml datasets. I am over simplifying but in the end think of the clearml dataset is like a large zip of all your files.

2 years ago
2 years ago
0 Hi All, Do The Versions Of

ClearML should be backwards compatible - any combination will work. However it's always suggested to use the latest versions 🙂

2 years ago
0 Hi Everyone, I Have A Quick Question: When I Use

And you get the error only when there are no credentials or is this unconnected?

2 years ago
0 Can I Somehow Change A Project Settings Via The Python Sdk?

Hi UnevenDolphin73 , is there a specific setting you're looking for?

one year ago
0 How Is This Possible. Gpu_Mem_Used Gb Is 0 But Usage In % And Gpu Utilization Is High.

Hi DrabCockroach54 , what version of ClearML are you using? What OS is this running on?

2 years ago
0 Hi, I Have An Error With Clearml-Agent 1.5.1 When Importing Tensorflow 2.10

Can you please open a GitHub issue to follow up on this issue?

one year ago
0 Hi Everyone, I’M Encountering A Cpu Bottleneck While Performing Inference With Clearml Serving And Am Hoping To Get Some Assistance. Setup: I Have Successfully Deployed A Clearml Server And Configured Clearml Serving Following The Instructions Provided He

Hi @<1769534182561681408:profile|ReassuredFrog10> , do you have a GPU available? Maybe try the other docker compose without Triton as that one is specifically built for GPU inference.

one month ago
0 Hello Admin, How Do I Download The Clearml Documents In A Pdf Format?

You have the open source repository of the documents - None

I think you could generate a pdf from that with some code.

2 months ago
Show more results compactanswers