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

Reputation

0
0 Hi! The Code

Hi @<1695969549783928832:profile|ObedientTurkey46> , do you have a code snippet that reproduces this behaviour?

one year ago
0 Hi All. In Self Hosted Clearml Suddenly Scalars Stopped To Be Shown In Scalars Tab. Any Ideas?

@<1523701553372860416:profile|DrabOwl94> , I would suggest restarting the elastic container. If that doesn't help, check the ES folder permissions - maybe something changed

2 years ago
0 Hello Everyone, I Currently Have The Following Problem: I Have Rebuilt A Pipeline From The Example And Have Noticed That The Pipeline Is Registered Cleanly On Cearml But Is Not Executed By The Worker. In The Attachment You Can See The Pipeline From The Ex

You added two logs, one with docker the other without. Each stopped on a different step. Is that consistent? What OS is the agent running on? Also what is the command you're using to run the agent?

9 months ago
0 The Comparison Page Seems To Resize The Experiments So That All Tags Will Fit In The Screen, But Then The Experiments Are Pretty Much Impossible To Compare

Huh, what an interesting issue! I think you should open a github issue for this to be followed up on.

If you remove the tags the page resizes back?

3 years ago
0 Hey Everyone, Please Could I Have A Volunteer To Help Me With This

Hi, SuperiorPanda77 , this looks neat!
I could take a look on a windows machine if it helps 🙂

3 years ago
2 years ago
0 Hi

Hi AlertCamel57 ,

Exporting/Importing data between ClearML servers is not supported in the open source version from what I understand.
You can however migrate the entire database very easily by moving /opt/clearml/data (If I'm not mistaken this is where it sits) to another location. Make sure that the server is down while doing so, to avoid corruptions

3 years ago
0 I Was Giving A Look To The Triggerschedule And I Noticed It

@<1792727007507779584:profile|HollowKangaroo53> , is it a self hosted server?

7 months ago
0 I Am Curious If Clear Has Any Sort Of Multi Tenant Capabilities. I Have Just Found You Guys And Plan On Spinning Up An Instance To Play Around, But Wanted To Get Some Direction There.

@<1835488760913989632:profile|TrickyPelican28> , workspaces/tenants as a feature is also available on premise and as a VPC. This is a layer above just regular RBAC.

What is your use case and what are you looking for?

3 months ago
3 years ago
one year ago
0 Hey Clearml, Pipeline From Tasks: Following This Example

I think it is one of the parameters of the task. Fetch a Task and see what properties the artifact has 🙂

2 years ago
0 Hi, Is There A Way To Use Api To Return The Urls Of All The Models In The Clearml Repository?

Hi @<1523701504827985920:profile|SubstantialElk6> , I think you have models.get_by_id for example to fetch a model object. Inside that object you can find the uri where the model is saved

2 years ago
0 Hi Everybody! I Am Currently Having Trouble With Clearml Remote Agents Not Getting The Latest Version From My Git Repo. I'M Running My Pipeline Controller Locally, From Inside The Repo, And Clearml Seems To Detect This Correctly. When The Steps Run, Th

Hi @<1760474471606521856:profile|UptightMoth89> , what if you just run the pipeline without run locally and then enqueue it (assuming you have no uncommitted changes)

10 months ago
0 Is It Possible To Get The List Of Running Agents In My Machine? I’M Starting Multiple Agents Using

@<1570220858075516928:profile|SlipperySheep79> , you can use top or htop to see running processes on your machine...

2 years ago
0 How Do You Disable Auto Upload Pth File ? I Still Want To Have Debug Sample And Manual Upload Artifact, Just Not Uploading All The Pth File. I Think I Saw This In The Chat Somewhere But Could Not Find It Now. Use-Case: We Are Experimenting With New Framew

Hi @<1576381444509405184:profile|ManiacalLizard2> , I think this is what you're looking for -

auto_connect_frameworks

You can disable the auto logging of models this way

11 months ago
0 Hi Again:) Is There A Similar Way Like

You can use the API to call tasks.get_by_id and get that specific information. In the response it sits in
data.tasks.0.completed

3 years ago
Show more results compactanswers