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
GrittyStarfish67
Moderator
5 Questions, 22 Answers
  Active since 10 January 2023
  Last activity 5 months ago

Reputation

0

Badges 1

16 × Eureka!
0 Votes
3 Answers
529 Views
0 Votes 3 Answers 529 Views
8 months ago
0 Votes
4 Answers
281 Views
0 Votes 4 Answers 281 Views
5 months ago
0 Votes
10 Answers
721 Views
0 Votes 10 Answers 721 Views
one year ago
0 Votes
14 Answers
679 Views
0 Votes 14 Answers 679 Views
Hi, trying to debug clearml-session on an azure instance. Cannot seem to connect to it. HELLO FELLOW AZURE USER FROM THE FUTURE: A SOLUTION WAS FOUND: CREATE...
one year ago
0 Votes
0 Answers
839 Views
0 Votes 0 Answers 839 Views
šŸ‘‹ I’m here! What’d I miss?
4 years ago
0 We Are Currently Product-Hunting For Our Mlops Infrastructure And Clearml, Kedro, Mlrun Are On Our Short List. How Does Clearml Compare To Mlrun? One Big Difference Seems To Be That Mlrun Has A Feature Store Integrated. What Are Advantages/Disadvantages O

Hi, just chiming in with a lesson learnt on my subreddit r/mlops - when shortlisting open-source MLOps infra, the bundled features are less important KPIs than stability and longevity markers:
community adoption active slack channel good documentation clear monetization scheme (how much does it cost if you decide to go SaaS instead of paying for own infra) - even if you never intend to go SaaS, it helps to understand if the OSS is actually ā€œfreemiumā€ or not.
Hope that helps!

one year ago
0 We Are Currently Product-Hunting For Our Mlops Infrastructure And Clearml, Kedro, Mlrun Are On Our Short List. How Does Clearml Compare To Mlrun? One Big Difference Seems To Be That Mlrun Has A Feature Store Integrated. What Are Advantages/Disadvantages O

VivaciousBadger56 Youā€™re basically answering yourself šŸ˜‰ so kedro = lean feature strong community, ClearML many features small (growing) community and mlrun has a good name

one year ago
0 Hi, Love What You Guys Did With The New Datasets! I Need Some Help Though. I Assume There Will Be A No-Code Way To Do This, Maybe Not Now But In The Future. But Anyway, I Have Three Different Datasets, And I Want To Create A Merged Version Of All Three Of

super makes sense, but can it NOT use /tmp for this iā€™m merging about 100GB of files and it is quite heavy on the partition. maybe I could put an env variable to divert it to scratch?

one year ago
0 Hi, Love What You Guys Did With The New Datasets! I Need Some Help Though. I Assume There Will Be A No-Code Way To Do This, Maybe Not Now But In The Future. But Anyway, I Have Three Different Datasets, And I Want To Create A Merged Version Of All Three Of

AgitatedDove14 I tried the squash solution, however this somehow caused a download of all the datasets into my /tmp folder, filling up the instance? I have a special drive for .clearml cache, how can I tell clearml-data to only use that?

one year ago
0 It Would Be Great If You Could Help

i'm not using the tuning part sorry

4 years ago
0 Hi, Trying To Debug

used Nvidia pytorch container 22.04 instead of the default one, tried to put also jupyterlab (opened up the default ports on azure console). task seems successful, sill no ssh tunnel.

one year ago
0 Hi, Trying To Debug

ps, the agent is in docker mode, I wonder why it uses the host mapping for the clearml cache folder
Okay that was because it wasnā€™t on docker mode for this reproduction

one year ago
0 Hi, Trying To Debug

AgitatedDove14 CostlyOstrich36 yes! that did the trick. I added the 10022 on the azure networking pane and session is now working!!

one year ago
0 Hi, Trying To Debug

clearml==1.4.1 clearml-session==0.3.6

one year ago
0 Hi, Trying To Debug

CostlyOstrich36 I ran using the deafult docker, still a tunell problem. this is what I got eventually:
` Creating config file /etc/ssh/sshd_config with new version
Creating SSH2 RSA key; this may take some time ...
2048 SHA256:TTE+YCJmi2NOpH/ykzdHiP+MgCfKkZXocwUyu58GuAA root@Merlin-dev (RSA)
Creating SSH2 ECDSA key; this may take some time ...
256 SHA256:ks6yr6FpKp5pyLU9NRLK/K96BYieuivwqw7RKAaQHIA root@Merlin-dev (ECDSA)
Creating SSH2 ED25519 key; this may take some time ...
256 SHA256:0JxV...

one year ago
0 Hi, Trying To Debug

sure. debug + docker mode and then start a clearml session?

one year ago
0 Hi, Trying To Debug

CostlyOstrich36 seeing an awful lot
DEBUG:urllib3.connectionpool:Resetting dropped connection: api.clear.ml

one year ago
0 Hi, Trying To Debug

thatā€™s all

one year ago
0 This Is Usually Due To Enterprise Level Issued Https Certificates Not Part Of The Local Installation (Basically Any Python Generated Ssl Request Will Fail)

why are you not starting threads from user issues, is beyond me. anyways iirc it can also happen if you are using the same virtualenv for two trains-agents [mistakenly] and one of them uninstalls certifi

4 years ago
0 Trying To Follow

hmmā€¦ ReassuredOwl55 a lot has changed in datasets internals since then. please refer to the docs and videos to see how many exciting features were added.

FWIW I think it will turn out okay once you finish uploading the state file

one year ago