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, 3789 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0
0 Hello. How Do I Tell The Clearml Agent To Not Install The Tasks Requirements And Use Existing Local Env Instead? Also What Should I Do If My Task Depends On Multiple Git Repos That Need To Fetched?

Hi @<1523722618576834560:profile|ShaggyElk85> , please see here: None
I think these are the ones you're looking for:
CLEARML_AGENT_SKIP_PYTHON_ENV_INSTALL
CLEARML_AGENT_SKIP_PIP_VENV_INSTALL

Regarding your second question, I think this is possible only when talking about submodules

one year ago
0 Hello. How Do I Tell The Clearml Agent To Not Install The Tasks Requirements And Use Existing Local Env Instead? Also What Should I Do If My Task Depends On Multiple Git Repos That Need To Fetched?

Hi @<1523704461418041344:profile|EnormousCormorant39> , on the agent. Although I think you could even pass them as env variables if you're running in docker mode

one year ago
0 Is The

Hi WackyRabbit7 , the link seems to lead to somewhere unrelated. Can you elaborate?

2 years ago
0 Hi! I’M Running An Experiment As Follows:

Also, what version of clearml & clearml-agent are you using?

2 years ago
0 Hi Everyone!. I Was Trying To Setup Clearml In Kubernetes Using Helm Chart

In the open source you don't have users & groups, user management is done via fixed users - None

What errors are you seeing in the apiserver pod?

4 months ago
0 Hi Everyone. Please Tell Me How I Can Rename The Task So That It Appears The Same In The Ui? Clf Datasets: Main - Original Name Of Task, But I Tried To Change To Cls: Main

Hi @<1524560082761682944:profile|MammothParrot39> , can you please elaborate on exactly what you did?

Did you go into the task view of pipeline step and changed it's name but then back in the pipelines view the name didn't update?

one year ago
0 Hi, I'M Trying To Upload Data To Clearml Parallelly. Is It Impossible To Use

AbruptCow41 , can you please elaborate? You want to move around files to some common folder and then at the end just create the dataset using that folder?

2 years ago
0 Hello, I’M Using

Is there a vital reason why you want to keep the two accounts separate when they run on the same machine?
Also, what if you try aligning all the cache folders for both configuration files to use the same folders?

2 years ago
0 Is There A Way To Programatically Access The Tasks A

WackyRabbit7 I don't believe there is currently a 'children' section for a task. You could try managing the children to access them later.

One option is add_pipeline_tags(True) this should mark all the child tasks with a tag of the parent task

3 years ago
0 Hello! A Question

Hi SparklingHedgehong28 , can you please elaborate on the steps you take during the process + how you connect your config to the task?

2 years ago
0 Hello, Friends! I'Ve Got A Problem. I Am Trying To Restore Clearml Server From Backup. I Did What Docs Tell: Archived "Config" And "Data" Folders, Moved Them To New System. I Copied Docker Compose File And Set Correct Paths. When I Try To Run This Apiserv

@<1526734383564722176:profile|BoredBat47> , that could indeed be an issue. If the server is still running things could be written in the databases, creating conflicts

4 months ago
0 I Have Some Code That Launches Ml Tasks And It Accepts A Yaml File,

You can mix and match various buckets in your ~/clearml.conf

3 years ago
0 Hi, I'M Trying To Upload Data To Clearml Parallelly. Is It Impossible To Use

AbruptCow41 , you can already do this, just add the entire folder 🙂

2 years 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?

one year ago
Show more results compactanswers