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

Reputation

0
0 Hi Everyone! I Was Wondering, What Would Be The Best Way To Install A Custom Local Python Package On A Remote Worker? The Remote Worker Has Access To The Repository, But I Am Struggling To Figure Out How I Can Let The Remote Worker Install This Package As

From my understanding the agent basically runs a pip install command (usually pointing to some autogenerated list of packages - depending on configs).

You can treat the 'installed packages' section as if it were a 'requirements.txt' file.

3 months ago
0 Hello! Can You Help Me To Understand How Clearml Captures Provided Args? During The First Execution Of Pipeline As A Code Script I Provide Parameters Using `Argparse` With Default Values. And They Seem To Be Captured. But Later When I Try To Run Pipeline

Hi @<1717350332247314432:profile|WittySeal70> , for pipelines you should use pipe.add_parameter . Under the hood the controller is a special type of Task. ClearML always automatically detects argparser, however for pipelines this methodology does not apply and requires pipe.add_paramter

5 months ago
0 Hey, I Have Clearml Install On-Prem K8S. Anyonw Know How Can I Backup The Data , In Case Of Dr? I Do Not Care For Username \ Passwords \ Pipeline Settings, But The Data From All The Tasks Is Important For Us

Hi @<1726047624538099712:profile|WorriedSwan6> , ClearML uses ElasticSearch & MongoDB as databases for all of that information. I suggest checking online for backup procedures of these databases in K8s

5 months ago
0 I Have A Project Which Is Hidden, How Do I Unhide It?

Hi @<1547028031053238272:profile|MassiveGoldfish6> , are you self hosted or on the community server? What project is this, a pipelines/dataset project or just some regular project?

one year ago
0 Hi, I Tried To Make A Clearml Dataset Using The

Can you add the full error please?

3 years ago
3 years ago
0 Hi, When I Run

Hi EnviousPanda91 , what version of ClearML are you using? Are you running on a self hosted server?

3 years ago
0 Hi, I Am Running My Script From Pycharm And Create A Task Inside It Using

If you're running on a remote interpreter you can install clearml plugin so it will detect repo properly

3 years ago
0 Hi People, I Cant Force Deleting Datasets It Tells Me Storageerror: Can'T Find Azure Configuration For

Is it possible that you don't have permissions for deletion on that Azure account with your credentials?

one year ago
0 Hi Everyone. I’M Struggling To Setup Minio Storage. Below Is What I’M Adding In My Credentials And When I Try To Create A New Dataset Using Below Command; I Get Errors: Configs:

Try running the following script

from clearml import Task 
import time

task = Task.init(output_uri="
")

print("start sleep")
time.sleep(20)
print("end sleep")

Please add the logs

one year ago
0 Hello All! I'M Writing To Express My Gratitude For Supporting Such A Great Platform As Clearml, Which I'Ve Been Actively Using Lately. I'M Running Experiments Based On Yolov5, And This Code Is Automatically Sending Various Information To The Clearml Serv

Hi @<1547752799075307520:profile|ZippyCamel28> , to address your points

  • What do you mean by 'reload'?
  • You need to go into the project and archive the experiments in order to delete the project + experiments in the archive
  • There are some configurations you can play with to report 'less' metrics. For example sdk.metrics.plot_max_num_digits You should read here - None . To get an idea of the size of an experiment think of an...
2 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 Hello All, I'Ve A Question On S3 Integration. I'Ve Deployed Clearml And Clearml-Agent Helm Charts In My Ovh Managed K8S Cluster. I'Ve Jupyterhub Running In Same Namespace. I Was Trying To Make Connection With My Ovh S3 Bucket From Jupyter Notebook By Fetc

Hi @<1665891247245496320:profile|TimelyOtter30> , not sure I follow. It looks like a misconfiguration. I think you need to see the correct settings here: None , also note the direct reference to minio 🙂

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

Can you give an example of how you're saving this artifact?

2 years ago
0 Hi All! Please Tell Me What You Need To Do So That You Can Choose Input, Can You From Here? What Would The Models That We Made Appear Here, And Not A Clearml Example?

Hi @<1523702932069945344:profile|CheerfulGorilla72> , making sure I understand - You basically want to select an input model via the UI?

2 years ago
0 Hi, I Have An Error With Clearml-Agent 1.5.1 When Importing Tensorflow 2.10

Hi JitteryCoyote63 , you can get around it using the auto_connect_frameworks parameter in Task.init()

2 years ago
0 Hi Everyone! I Have Few Questions In Hosting The Clearml Server

Or are you trying to change something in the docker compose?

one year ago
0 Hello Everybody, I Have Been Testing Clearml As An All In One Solution For Mlops In Our Team. I Deployed The Clearml Server And Everything Worked Fine

Hi @<1534496192929468416:profile|EagerGiraffe33> , what if you try to put a specific version of pytorch you've tested on your remote environment in the requirements section of the cloned task?

2 years ago
Show more results compactanswers