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

Reputation

0
0 Seems Like Clearml Tasks In Offline Mode Cannot Be Properly Closed, We Get

Hi @<1523701083040387072:profile|UnevenDolphin73> , looping in @<1523701435869433856:profile|SmugDolphin23> & @<1523701087100473344:profile|SuccessfulKoala55> for visibility 🙂

one year ago
0 Hi Everyone, I Am Facing The Issue Of

Hi WackyHorse2 ,

What happens if you rename your model to ' u2net-ne1 ' instead and try reloading it into triton?

2 years ago
0 Hey Guys, I'Ve Got This Weird Issue In My Pipeline! Any Ideas Of What I Could'Ve Missed? My Parameter Becomes

Hi SmugSnake6 , can you please elaborate on what exactly is happening and what you were expecting to happen?

2 years ago
0 Hey There, Is There Any Way I Can Tell The Task Not To Set A Random Seed? I'M Setting Up Reproducibility Myself But When I Call Task.Init() The Seed Is Changed. Is It Possible To Tell Clearml Not To Initialize Any Rng? It Appears That Task.Set_Random_Seed

Hi TartBear70 ,

You can use the following method:
https://clear.ml/docs/latest/docs/references/sdk/task/#taskset_random_seed
Please note you need to set it before running Task.init()
If you set it to None this will cancel any random seed override performed by ClearML.

Tell me if this helps 🙂

2 years ago
0 Trying Another Device To Connect With My Clearml Server Produced This, How Could I Fix It?

WickedBee96 , Hi, which python version are you running with?

2 years ago
0 Reporting Nonetype Scalars.

@<1631102016807768064:profile|ZanySealion18> , I think no such capability exists currently. I'd suggest opening a github feature request for this.

3 months ago
0 Hi Everyone, I Just Started Learning Clearml. My Goal Is To Create A Task And Connect My Jupter Notebook On Clearml. However, I’Ve Tried Clean Cookies, Uninstall Clearml And Restart My Computer, It Still Shows

AlertCrow40 Hi!

How are you trying to connect to your jupyter notebook, can you provide a snippet? What version of clearml are you using?

3 years ago
0 I Wanted To Ask, How To Run Pipeline Steps Conditionally? E.G If Step Returns A Specific Value, Exit The Pipeline Or Run Another Step Instead Of The Sequential Step

VexedCat68 , what if you simply add pip.stop() ? Does it not stop the pipeline? Can you maybe add a print to verify that during the run the value is indeed -1? Also looking from your code it looks like you're comparing the 'merged_dataset_id' to -1

2 years ago
0 Hi, I Logged My Params To Clearml Like This:

Also, did you run task.init() and task.connect()

2 years ago
0 Hi, I Was Wondering If There Is A Proper Way To Integrate My Model Config File (Json) Into The Workflow Using The Ui. I'Ve Managed To Connect It As A Configuration Object But It Would Be Preferable If I Could Load It Into A Table Like The Other Params (In

I'm not sure I understand your second request. Can you please elaborate on the exact process you're thinking of?

Clone task via UI -> Edit a config section in UI -> Enqueue it to a queue -> Worker picks it up and starts running the task -> Task is finished

What am I missing here?

2 years ago
2 years ago
0 Hi, What Would Be The Best Way To Save A Pandas.Dataframe As An

How do you currently save artifacts now?

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

https://app.clear.ml/settings/profile
bottom right of your screen if you're signed up 🙂

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 😉

2 years ago
0 Question About Pipeline And Long-Waiting Tasks: Say I Want To Generate A Dataset. The Workflow I Have Requires

Hi RoughTiger69 ,

Have you considered maybe cron jobs or using the task scheduler?

Another option is running a dedicated agent just for that - I'm guessing you can make it require very little compute power

2 years ago
0 Hi, If It Is Necessary To Refine The Model By Running A Clone Task So That The Results Of The Task Are Used, What Should Be Done? Output_Uri=True? Task = Task.Init(Project_Name="Yolo8_Ver2", Task_Name="My Task#1",

Hi @<1590514572492541952:profile|ColossalPelican54> , I'm not sure what you mean. output_uri=True will upload the model to the file server - making it more easily accessible. Refining the model would require unrelated code. Can you please expand?

one year ago
0 Hi, I’M Trying To Minimize Startup Time For My Training Tasks, I’Ve Set

You can read up on the caching options in your ~/clearml.conf
You can make virtualenv creation a bit faster

2 years ago
0 Hey, I Have A Need To Temporarily Prevent A Specific Worker, By Worker Id, From Pulling Tasks From All Queues. I Came Across The

Hi @<1709015393701466112:profile|ScatteredPeacock14> , you are correct, this feature is available only in the Scale/Enterprise plans.

I'm afraid there isn't anything besides unregistering/re-registering

5 months ago
0 Is There More Info On How To Set Up Clearml-Agent In Kubernetes Than At These Links?

Hi @<1559349204206227456:profile|BeefyStarfish55> , you would need to integrate ClearML with k8s for that.
I think this helm chart is what you're looking for
None

one year ago
Show more results compactanswers