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

Reputation

0
0 Hey Guys! I Have Multiple

you're always running a single task at a time. The whole point is that everything is reported to the task (auto-magic bindings, console logs etc.), so there cannot be any ambiguity. You can close the current task ( task.close() ) and init a new one if you'd like, but you can't init several at the same time.

2 years ago
0 Hi All. In Self Hosted Clearml Suddenly Scalars Stopped To Be Shown In Scalars Tab. Any Ideas?

@<1523701553372860416:profile|DrabOwl94> , I would suggest restarting the elastic container. If that doesn't help, check the ES folder permissions - maybe something changed

one year ago
0 Hi All. In Self Hosted Clearml Suddenly Scalars Stopped To Be Shown In Scalars Tab. Any Ideas?

Hi @<1523701553372860416:profile|DrabOwl94> , can you check if there are some errors in the Elastic container?

one year ago
one year ago
0 Hi! We Are Trying To Upload Datasets To Clearml From Redshift. Is There Any Direct Integration Between With Redshift? We Would Like To Avoid Downloading The Whole Dataset And Uploading It Every Time. Thank You!

Hi @<1617693654191706112:profile|HelpfulMosquito8> , can you please elaborate? Did you self deploy on Redshift? I don't think it really matters. What is the workflow you're trying to achieve?

one year 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?

10 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 Hello, Can Anyone Please Give Us Update On Our Self Hosted Ceph Server Not Working With Your Clearml.Conf Because We Dont Have "Region" Field?

Hi @<1590514584836378624:profile|AmiableSeaturtle81> , I believe a hotfix is right around the corner 🙂

9 months ago
0 Hey Clearml Team, Would Be Nice To Include Dataset Hash When Using Clearml-Data Cli. Is The Order Of --Ids The Same As Returned Rows?

Hi @<1590514584836378624:profile|AmiableSeaturtle81> , not sure I understand this line

Is the order of --ids the same as returned rows?

Also, regarding the hash, I'd suggest opening a github feature request for this.

5 months ago
0 How To Make Sure That Clearml Agents Are Running Queue After Server Restart? Sometimes Our Worker Dies And We Manually Have To Run Settuping For Queue, We Run It In Docker Mode Too

Hi @<1590514584836378624:profile|AmiableSeaturtle81> , you need add the agent command that you run into the bootup of your system

one year ago
0 Hello, What Are Mongodb Default Login Credentials For Self Hosted Clearml Server? We Are Moving Our Datasets To Another Place And So Far I Think Clearml Doesnt Support It. So I Would Like To Try Change The Database Entry (Im Guessing Its Stored Somewhere)

Yes, links to data should all be in mongodb. Under the hood datasets are 'special' type of tasks so you can just find that experiment and check the registered artifacts, there should be the links to the data itself

8 months ago
0 Why Is Async_Delete Not Working?

Hi @<1590514584836378624:profile|AmiableSeaturtle81> , you need to setup your s3 key/secret in clearml.conf
I suggest following this documentation - None

10 months ago
0 Well, Faq Helped:

Hi @<1590514584836378624:profile|AmiableSeaturtle81> , please try to keep your messages to a single thread and not spamming the main channel on the same topic 🙂

one year ago
0 Hello, How To Handle Clearml.Task.Add_Requirements("Requirements.Txt) Cases When We Have --Extra-Intex-Url In The File

Hi @<1590514584836378624:profile|AmiableSeaturtle81> , you can just leave the packages as any other package and add the --extra-index-url in clearml.conf of the agent

4 months ago
0 Hello! I'M Trying To Figure Out How To Deploy A Scheduled Pipeline. I Have A Sample Pipeline Here

It would work from your machine as well, but the machine needs to be turned on... like when an ec2 instance that is running.

one year ago
one year ago
0 Hello! I'M Trying To Figure Out How To Deploy A Scheduled Pipeline. I Have A Sample Pipeline Here

The agent is basically a daemon process that is sitting on any machine and is capable of running jobs. You can set it up on any machine you would like but the machine has to be turned on...

one year ago
0 Hello! I'M Trying To Figure Out How To Deploy A Scheduled Pipeline. I Have A Sample Pipeline Here

But... if the machine is shut down, how do you expect the agent to run?

one year ago
0 Hello! I'M Trying To Figure Out How To Deploy A Scheduled Pipeline. I Have A Sample Pipeline Here

Hi @<1603560525352931328:profile|BeefyOwl35> , what do you mean set up the agent remotely? You run the agent on your machine and want the agent to run when it's shut down?

one year ago
0 Hi All

I think you should investigate what happens during docker-compose up to see why the services agent docker isn't running

one year ago
0 Experiment Environment Containers Tutorial : I Create A Docker Image With:

Hi @<1576381444509405184:profile|ManiacalLizard2> , please note the failure error:
docker: Error response from daemon: pull access denied for new_docker, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.

I think you need to first login to the repository

one year ago
0 I Just Saw The New Release Of The Agent 1.8.1 :

Hi @<1576381444509405184:profile|ManiacalLizard2> , it looks like the default setting is still false

6 months ago
0 Hi Again, From The Api-Server Logs

Hi Tim, how did you raise your server?

2 years ago
0 Hi All

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

one year ago
Show more results compactanswers