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 What Could Be The Reason That Im Not Getting Any Scalars Reported To Clearml Using Example Script?

Hi @<1590514584836378624:profile|AmiableSeaturtle81> , can you please add the log? What version of clearml are you using?

10 months ago
0 Im Having Difficuilty Understanding How To Handle Modified Files On S3

Hi @<1590514584836378624:profile|AmiableSeaturtle81> , the reason for this is because each file is hashed and this is how the feature compares between versions. If you're looking to keep track of specific links then the HyperDatasets might be what you're looking for - None

5 months ago
0 How Can I Move Clearml Dataset To Another Directory? Change Its Url

I think you would have to re-register it

11 months ago
0 Why Is Async_Delete Not Working?
host: "my-minio-host:9000"
9 months ago
0 Why Is Async_Delete Not Working?

This is an actual AWS S3 bucket?

9 months ago
0 Guys, When You Build K8S Glue From This Path

Hi @<1742355077231808512:profile|DisturbedLizard6> , I think this is what you're looking for:
None

2 months ago
one month ago
0 Hi, I Wrote A Pipeline Of Two Steps.

I think what you're looking for is
None
to create the model and connect using
None

one year ago
0 Hi, Clearml Stores Models In The Following Format:

Hi, I think this is the default behavior but I think you can probably edit the source code ( output_uri parameter of Task.init would be a good lead).

In what format would you like it saved?

one year ago
0 Hello! I Am Hosting My Own Clearml Server. At Some Point I'Ve Transferred It From One Machine To Another With A New Ip Address. To My Surprise, All Uploaded Datasets Are Associated With The Old Ip Address. Now I Can'T Download Them Because Clearml Is Try

Hi @<1691983266761936896:profile|AstonishingOx62> , its not only the output destination field but where all artifacts/debug/datasets were saved. This is usually logged in Mongo so you would need to run some migration script to change all the urls to the new ip

6 months ago
0 Hi All! I'M Struggling With A Specific Scenario, Maybe You Could Help. I Have 2 Machines Types (For Example Titan/A100) And 10 Types Of Models With A Generic Code (I Pass The Model Name As An Arg). I Want To Create A Task For Each Of The 20 Runs. That'S I

Hi @<1531807732334596096:profile|ObliviousClams17> , I think for your specific use case it would be easiest to use the API - fetch a task, clone it as many times as needed and enqueue it into the relevant queues.

Fetch a task - None
Clone a task - None
Enqueue a task (or many) - [None](https://clear.ml/docs/latest/docs/references/api/ta...

one year ago
0 Hi Everyone! I Got This Error

Hi @<1638712150060961792:profile|SilkyCrocodile89> , can you please add the log and an example of a failure and of it working?

one year ago
0 How Do You Get Clearml Gpu Compute To Show Up Under Applications Or Autoscalers?

@<1719524641879363584:profile|ThankfulClams64> , the Genesis autoscaler feature is currently disabled. You can still use the AWS and GCP autoscalers available though

one month ago
0 Hi, I Have Some Questions About Hyperparameter Optimization. We Have A Setup Where We Use Pytorchlightning Cli With Clearml For Experiment Tracking And Hyperparameter Optimization. Now, All Our Configurations Are Config-File Based. Sometime We Have Linke

Hi GiganticMole91 ,

Can you please elaborate on this part?
I can easily make ClearML treat encoder_layers as a hyperparameter, but the variables are no longer linked when they hit ClearML. I would then see Args/model.encoder_layers: 12 and Args/model.decoder_layers: 12. Is there any way to link hyperparameters in the HyperParameterOptimizer ?What are you seeing in the UI and what were you expecting to see?

2 years ago
0 Hi, I'M Using

Hi @<1523701601770934272:profile|GiganticMole91> , how is the task being stopped in your case? Is it aborted via the web UI or through some other method? Is the task running via the agent?

2 months ago
0 Hi, I'M Using

But for sure it was aborted via the webUI? Is it possible that your method method might be interfering with this somehow? Can you disable it and check the behaviour?

2 months ago
0 Hi, Currently Running

So you're using the community server? Response time really depends on the resources of the machine that is running the server and amount of data to filter

2 months ago
0 Hi, Currently Running

Hi @<1747428509627715584:profile|CumbersomeDuck6> , are you using a self hosted server?

2 months ago
0 Hello, I Am Using Clearml In Docker Mode. I Have A Simple Script That Runs Locally, Runs On The Target Machine Running The Same Tensorflow Container, But Doesn'T Run When I Deploy It Using Clearml. Here'S The Log Of The Error:

Just adding this here for easier readability
` ClearML results page: https:/xxxxt/projects/xxx/experimentsxxx
2022-11-21 11:02:07.590338: I tensorflow/core/platform/cpu_feature_guard.cc:193] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations: AVX2 AVX_VNNI FMA
To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags.
2022-11-21 11:02:07.733169: I tensor...

2 years ago
0 Hi, Anyone Also Stuck With The Exception Encountered Uploading Pytorch Model File? The Dataset Upload Works Fine, Though.

Can you verify you ~/.clearml.conf has proper configuration. If you do
from clearml import Task t=Task.init()Does this work?

2 years ago
Show more results compactanswers