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 Hi, I See That Debug Samples Are Taking Up A Huge Amount Of Space. I Want To Limit The Amount Of Debug Images Which Are Stored. I See There Is An Option For That Here:

Hi CloudySwallow27 ,

I think currently the way to do this is by disabling the framework detection and reporting the debug images manually.

You can do this by Task.init( auto_connect_frameworks=False )

3 years ago
0 Hi, I'Ve Tried To Plot Some Images To Debug Samples But I Can'T See Them Through Ui In Chrome. It Works In Firefox, But Chrome (96.0.4664.45) Logs Message

Are you using a self hosted server? Were the files written to some bucket/storage or directly to the fileserver?

3 years ago
0 I'Ve Had This Bug Where Every Few Weeks All My Current Running Experiments Are Stopped And Then Deleted. This Has Now Happend Like 3-4 Times. I Dont Understand What Is Causing It. Model Files, Debug Images Are Saved In Fileserver Folder, But The Task Itse

Hi @<1590514584836378624:profile|AmiableSeaturtle81> , I'm guessing it's a self deployed server. What version are you on? Did you ever see any errors/issues in mongodb/elastic?

Do you mean that ALL experiments are being deleted from all projects?

one year ago
0 I Am Using Clearml Pro And Pretty Regularly I Will Restart An Experiment And Nothing Will Get Logged To Clearml. It Shows The Experiment Running (For Days) And It'S Running Fine On The Pc But No Scalers Or Debug Samples Are Shown. How Do We Troubleshoot T

That makes sense... If you turn auto_connect_streams to false this mean that auto reporting will be disabled as per the documentation.. If you turn it to True then logging should resume.

one year ago
0 I Am Using Clearml Pro And Pretty Regularly I Will Restart An Experiment And Nothing Will Get Logged To Clearml. It Shows The Experiment Running (For Days) And It'S Running Fine On The Pc But No Scalers Or Debug Samples Are Shown. How Do We Troubleshoot T

@<1719524641879363584:profile|ThankfulClams64> , can you provide a small code snippet that reproduces this behaviour? Can you also test with the latest version of clearml ?

one year ago
0 I Am Using Clearml Pro And Pretty Regularly I Will Restart An Experiment And Nothing Will Get Logged To Clearml. It Shows The Experiment Running (For Days) And It'S Running Fine On The Pc But No Scalers Or Debug Samples Are Shown. How Do We Troubleshoot T

My bad, if you set auto_connect_streams to false, you basically disable the console logging... Please see the documentation:

auto_connect_streams (Union[bool, Mapping[str, bool]]) – Control the automatic logging of stdout and stderr.
one year ago
0 Is There Some Limit In The Web Ui Or The Configuration For Number Of Debug Sample Images. Ours Seems To Never Show Past 32 Images

Hi @<1719524641879363584:profile|ThankfulClams64> , how are you reporting debug samples?

7 months ago
0 Hi. I Want To Run Clearml-Agent Inside A Docker Container. With The Default Image In My Clearml.Conf File, It Is "Image: "Nvidia/Cuda:11.0.3-Cudnn8-Runtime-Ubuntu20.04", How Do I Run The Agent In Docker Mode And See The Worker Running In The Clearml Ui

@<1806135353375985664:profile|ColossalHawk50> , you basically run the agent outside of a docker container and then use the --docker flag to run it in docker mode. Makes sense?

6 months ago
0 Hi, Yesterday I Updated The Clearml Server, Now All My Tasks Disappeared, There Are Only The Demo Tasks On The Interface. But The Data Is Still In The /Opt/Clearml/Data Folder.

Do you have a way to see which docker images you have locally (if they weren't removed) to see on which version you were previously?

3 years ago
0 How Can I Delete An Experiment In A Project In Clearml?

Hi @<1581454875005292544:profile|SuccessfulOtter28> , you can archive an experiment, go into the archive and then you can delete from there

one year ago
0 Hi Everyone!

Hi @<1544128920209592320:profile|BewilderedLeopard78> , I don't think there is such an option currently. Maybe open a GitHub feature request to track this 🙂

2 years ago
0 Hey, While Trying To Run A Pipeline With The Pipelinedecorator Scheme, I Encounter The Following Error: Traceback (Most Recent Call Last): File "C:\Users\*****\Documents\*****\\*****\Mlops\Tasks\Preprocessing\Insert_Missing_Rows_Based_On_Stock.Py", Lin

Hi @<1544853695869489152:profile|NonchalantOx99> , as the error states:

    raise ValueError('Could not find queue named "{}"'.format(queue_name))
ValueError: Could not find queue named "services"

It couldn't find the queue services. This is for the pipeline controller to run on. Pipelines consist of steps and the controller and they all can run on different machines. By default, the controller will try to run on the services queue. Makes sense? 🙂

2 years ago
0 Does Anyone Know Why Sometimes I Can'T Delete Folder Even Though I Delete All The Inside Items (Even In Archive)

Hi @<1570583237065969664:profile|AdorableCrocodile14> , is it possible you have some models inside?

2 years ago
0 Hello, How Can I Get Notify By Mail About Failed On Experiments?

Hi @<1790915053747179520:profile|KindParrot86> , currently Slack alerts are available as an example for the OS - None

You can write an adapter for it to send emails instead of Slack alerts

8 months ago
0 Why Is Async_Delete Not Working?

Also, is it an AWS S3 or is it some similar storage solution like Minio?

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

Hi JumpyDragonfly13 , can you try going to http://localhost:8080/login ? What happens when you open developer tools (F12) when browsing currently

2 years ago
Show more results compactanswers