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, 4209 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0
0 Hello! I'D Like To Confirm That I'Ve Understood The Concept Of Using

Hi @<1603560525352931328:profile|BeefyOwl35> , The agent uses it's own entry point, so yes you do need to specify it even if it's in the dockerfile πŸ™‚

one year ago
0 In General, How To Pass Clearml_Agent_* Envriornment Variables To Have Effect, If The Agent Is Already Started?

Hi @<1715900788393381888:profile|BitingSpider17> , you need to set it in the environment where you are running the agent. Basically export it as an env variable and then run the agent

one year ago
0 Hi! Quick Question. Can I Use The Ui To Search For An Artifact By Id?

Hi πŸ™‚
When viewing the experiments tables you have a tab called 'models'. If the artifact was saved as a model, then you can find it there πŸ™‚

3 years ago
0 Hi, When Running A Training Script From Pycharm, It Seems That Clearml Logs Only Those Packages That Are Explicitly Imported By My .Py Files; It Seems To Not Take The Pacakges That Are In The Requirements.Txt My Training Uses Keras

RoughTiger69 , you can also use Task.add_requirements Β for a specific package through the script

Example: Task.add_requirements('tensorflow', '2.4.0') Example: Task.add_requirements('tensorflow', '>=2.4') Example: Task.add_requirements('tensorflow') -> use the installed tensorflow version Example: Task.add_requirements('tensorflow', '') -> no version limit

4 years ago
0 Hi All Is There An Openapi Schema For The Clearml Rest Api?

REST API is language agnostic, you can just implement the API calls in any language you like. Same as you can do with python unrelated to the APIclient module in the SDK

one year ago
0 Hi, Is There A Way To Limit (Archiving) Deletion Of Tasks? For Example: Admin Can Delete All Experiments But A User Can Only Delete His Experiments?

Hi @<1546303277010784256:profile|LivelyBadger26> I'm afraid that in the free version everyone is an admin. In the scale & Enterprise licenses you have full role based access controls on all elements in the system (from experiments to which workers can be provisioned to whom)

2 years ago
0 Hi, When Running A Training Script From Pycharm, It Seems That Clearml Logs Only Those Packages That Are Explicitly Imported By My .Py Files; It Seems To Not Take The Pacakges That Are In The Requirements.Txt My Training Uses Keras

RoughTiger69 Hi!

Regarding your questions:
You can use the following: Task.force_requirements_env_freeze(requirements_file='repo/some_folder/requirements.txt') before your task=Task.init(...) You can configure sdk.development.detect_with_pip_freeze=true in your ~/clearml.conf file for full env detection from the environment you're running from

4 years ago
2 years ago
0 Hi! If There Are Several Tasks Running Concurrently, Which Task Should

GiganticTurtle0 , then I'd guess that's the task that would be returned πŸ™‚

Did you try?

4 years ago
0 Is It Possible To Use The Resource Configuration (

Hi @<1578555761724755968:profile|GrievingKoala83> , I'm afraid that's an Enterprise/Scale only feature

6 months ago
0 Hi, I’M Getting This Error When I Try To Run Task On A Remote Agent With Docker Mode Web Ui:

REMOTE MACHINE:

  1. git ssh key is located at ~/.ssh/id_rsa

Is this also mounted into the docker itself?

3 years ago
3 years ago
0 Hi, May I Ask If There Is A Good Way To Get The Details Under Clearml Task "Info" Tab (Output As Json/Python Dict) Using Python Codes?

Hi OddShrimp85 , you sure can! You can use the API. This one is useful for getting data about specific tasks. I think you'll have to sift through the response to find what you need πŸ™‚

2 years ago
0 Is There A Functionality To See The Dependency Structure Of Datasets? Or Has Anyone Written A Script For This?

EnormousWorm79 , Hi πŸ™‚

What do you mean by dependency structure?

3 years ago
0 Hello All! Is There Any Way To Hide Menu On The Side Bar? I Want To Show Project Menu Only.

Hi @<1524922424720625664:profile|TartLeopard58> , you mean the side bar on the left with projects/datasets/etc... ?

2 years ago
0 This Verify Param To Decode Of Pyjwt Seems To Be Removed And In A Fresh Intallation We Are Seeing This Error:

TrickySheep9 Hi! Thanks for the heads up, we'll take a look πŸ™‚

4 years ago
0 Hi There, Is There A Way To Debug The Bash Init Script For The Aws Autoscaler? I Can'T Find Any Console Output From This Script When A New Ec2 Instance Is Launched

Hi @<1759749707573235712:profile|PungentMouse21> , you should be able to access machine logs from the autoscaler, this should give you a place to search

one year ago
0 Hey All. Wanting To Log

Hi @<1674226153906245632:profile|PreciousCoral74> , you certainly can, just use the Logger module πŸ™‚
None

one year ago
0 Is There A Way Clearml Can Be Stopped From Updating Dependencies When Cloning?

Can you elaborate on this? You mean package dependencies when experiments are executing via agent?

3 years ago
0 Do I Understand Correctly That Python Versions Must Match Between Client (My Mac, Sends Task For Remote Execution) And Clearml-Agent? I Don’T Really Get How The Environments Are Managed. All I Want To Do Is Take My Code And Execute It On The Agent Machin

Hi AdventurousButterfly15 ,

When running code locally, how are the installed packages detected? Does it detect your entire venv or does it detect only the packages that were used?

3 years ago
0 Hi All, I Am Using A Self-Hosted Clearml Instance. I'M Exploring The Report Feature And Ran Into A Bug. Steps To Reproduce:

Hi @<1600661428556009472:profile|HighCoyote66> , I'm not sure I understand, can you please elaborate on this?

  • Upload image from device via the UI buttonWhat do you mean by device?
one year ago
0 Hi! We Run Self-Hosted Clear-Ml And Use Autoscaler For Aws, But We'Re Migrating To Google Cloud And I Can Not Find Any Documentation Is It Possible To Use Autoscaler For Gcp? Thanks.

Hi @<1523701491863392256:profile|VastShells9> , the GCP autoscaler is not available in the open source I'm afraid. Only in PRO licenses and up

2 years ago
Show more results compactanswers