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

Reputation

0
0 Does Any One Know This Error While Running A Pipeline:

Is it possible the machines are running out of memory? Do you get this error on the pipeline controller itself? Does this constantly reproduce?

2 years ago
0 Hi All

I suggest starting with docker ps and then checking on the logs of the relevant docker

2 years ago
3 years ago
0 Hi, Question About Setting Output_Uri=True For A Pipeline Step Using Decorators. What I’M Seeing Is That Training Results In No Output Destination Specified, And Logs To Local Disk (When Run Remotely In Docker Container), Where Is The Proper Place To Set

Hi ExuberantParrot61 , that's a good question. This is a bit hacky but what if you try to catch the task with Task.current_task() from inside the step and try to change the output_uri attribute there?

3 years ago
0 Hi, I Am Running A Script Very Similar To The One In

Hi @<1644147961996775424:profile|HurtStarfish47> , Do you have some basic code snippet that reproduces this behavior?

one year ago
0 Hi All, I'Ve Been Encountering This Error When Attempting To Simply List All Datasets:

Hi @<1523701168822292480:profile|ExuberantBat52> , I think someone should review this soon enough 🙂

4 months ago
0 Hi Everyone! I Have A Question Regarding Events-Training_Stats_Scalar-D1Bd92A3B039400Cbafc60A7A5B1E52B Index Its Size Is 93 Gb And It Initialises For 6 Hours. Can I Decrease Size Of This Index?

Hi @<1579280543999070208:profile|SourFly7> , this index holds scalars of some experiments. You can reduce it by deleting some experiments. Do you have any other large scalar indices?

2 years ago
0 Hi, I Have Two Instances Of Clearml-Server That I Would Like To Merge Into One. Is There Any Way To Do That Without Loosing Tracked Experiments, Datasets Or Artefacts? Additionally, Do You If It Is Possible To Backup Clearml-Server

Hi @<1695969549783928832:profile|ObedientTurkey46> see below 🙂

Hi, I have two instances of clearml-server that I would like to merge into one. Is there any way to do that without loosing tracked experiments, datasets or artefacts?

This is not trivial, you would have to merge the databases somehow.

Additionally, do you if it is possible to backup clearml-server

without

shutting it down? If shutdown is mandatory, I have to force the Datascientists to stop traini...

6 months ago
0 Hi, I Am Trying To Use

Hi DrabOwl94 , what version of ClearML are you using?

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

one year ago
0 Hi, I Was Wondering If There Is A Proper Way To Integrate My Model Config File (Json) Into The Workflow Using The Ui. I'Ve Managed To Connect It As A Configuration Object But It Would Be Preferable If I Could Load It Into A Table Like The Other Params (In

I'm not sure I understand your second request. Can you please elaborate on the exact process you're thinking of?

Clone task via UI -> Edit a config section in UI -> Enqueue it to a queue -> Worker picks it up and starts running the task -> Task is finished

What am I missing here?

3 years ago
0 Hi I’M Trying Out Pipeline Controller From Tasks. I Was Not Able To Understand Why My Code Results In Just One Task(The First One) In The Pipeline.

UpsetBlackbird87 , thanks! I'll play with it a bit to see if it reproduces on my side as well 🙂

3 years ago
0 Hey All. Wanting To Log

Hi @<1674226153906245632:profile|PreciousCoral74> , you certainly can, just use the Logger module 🙂
None

one year ago
0 Hi All, I'M Trying To Set Up Aws Autoscaler To Spin Up Ec2 Instances From Predefined Ami So I Was Able To Set Up The Autoscaler, But I Am Experiencing Some Issues With Spinning Up The Ec2 Instance. Seems Like It Keeps Failing (Spinning Up An Instance, The

Python 2 is no longer supported, I'd suggest finding an AMI that already has python3 built in (Or install it using the init script, not suggested though) and also CUDA enabled to avoid that installation to support cuda images

7 months ago
0 Hello, I Want To Use Custom Packages In My Code.It Works Fine When I Run It Locally.But When I Clone The Experiments And Run On Agent It Shows Package Not Found Error In Agent. Can Anyone Help Me Out How To Use Custom Packages In Clearml? Which Parameter

ClearML only handles code that way when the code is standalone (Single script) and not part of a repository. To include multiple files you need to have it in a repository. If you put your package as part of your repo this will be handled automatically

2 years ago
0 Hi All. Can You Please Help Me. Is It Possible When Using Docker To Not Install Virtual Env? I Am Using Kubernetes Glue. Found Only Such A Piece Of Code About This

CumbersomeParrot30 , try setting the following environment variable to true:
CLEARML_SKIP_PIP_VENV_INSTALL

3 years ago
one year ago
3 years ago
Show more results compactanswers