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

Reputation

0
0 Hi All, The Version Of Clearml Published On The Web Is 3.13.

1.7.0 is the latest release for ClearML self hosted. The issue does not reproduce there. Can you try upgrading your server?
https://github.com/allegroai/clearml-server

I think clearml-web is just the source code for the UI.

2 years ago
0 Hello, I Would Like To Ensure, The Comparison Of Hyperparameters Is Supposed To Work As It Is Depicted In The Screenshot? Following The Example, I Would Suppose To Mark In Red The Change In

Hi CurvedHedgehog15 ,

Can you please provide a short snippet to reproduce this?
In which section are we looking at currently in the comparison?

3 years ago
0 Hello, I Encountered An Issue While Deploying A Self-Hosted Clearml Server, By Following The Official Docker Compose

I'm accessing both using SSH tunneling & the same domain

I guess we found the culprit 🙂

2 years 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 Everyone, I'M Setting Up Aws Autoscaler. Is It Possible To Configure

Hi @<1792726992181792768:profile|CloudyWalrus66> , from a short read on the docs it seems simply as a way to spin up many machines with many different configurations with very few actions.

The autoscaler spins up and down regular ec2 instances and spot instances automatically by predetermined templates. Basically making the fleet 'feature' redundant.

Or am I missing something?

7 months ago
one year ago
0 How Can I Check Which Experiments Are Using The Most Metrics? And Does Archiving Those Experiments Save Some Space?

@<1581454875005292544:profile|SuccessfulOtter28> , I don't think there is such a capability currently. I'd suggest opening a GitHub feature request for this.

one year ago
0 We Are Getting "Fetch Experiment Failed" In Ui In One Of Projects. Other Projects Are Ok. In

Are you running a self deployed server? What is the version if that is the case?

3 years ago
0 Hi, I'M Looking For Documentation On Gcp Autoscalers. When I Search On The Docs Site, It Shows Me The Aws Autoscaler But Not The Gcp One. Can Someone Point Me To The Right Docs Page? Thanks!

Hi JumpyPig73 ,

It appears that only the AWS autoscalar is in the open version and other autoscalars are only in advanced tiers (Pro and onwards):
https://clear.ml/pricing/

3 years ago
0 When I Set Agent Management To Conda It Tries To Create Envs With Python 3.1 And Fails.

AdventurousButterfly15 please try upgrading to 1.4.0 - this should solve the issue
pip uninstall clearml-agent -y && pip install -U clearml-agent

2 years ago
0 Hello, I Look Up To The Clearml Data Documentation, The Dataset.Add_External_Files Method Seems Like To Perform A Download From The Source Url. What If The Case I Already Have My Dataset In The Output_Uri That I Specify In The Dataset.Create? Btw I Use A

Hi @<1784754456546512896:profile|ConfusedSealion46> , in that case you can simply use add_external_files to the files that are already in your storage. Or am I missing something?

8 months ago
0 Does

Hi ElegantCoyote26 ,

What happens if you delete ~/.clearml (This is the default cache for ClearML) and rerun?

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

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

3 years ago
0 Hi Community, Is It Possible To Start Two Agents On The Same Machine? If It Is, Can They Read From Two Different Configuration Files? How Can This Be Implemented?

Hi @<1748153283605696512:profile|GreasyPenguin24> , you certainly can. CLEARML_CONFIG_FILE is the environment variable that allows you to use different configuration files

11 months ago
one year ago
0 Hello! I Know I Can Get A Single Reported Value Using

Hi @<1717350332247314432:profile|WittySeal70> , I think that task.get_reported_plots() is indeed what you're looking for. You might have to do some filtering there

11 months ago
Show more results compactanswers