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

Reputation

0
0 Hi! To Make My Script Work Inside A Task, I Need To Add

You can export it in the same shell you run the agent in and that should work for example

export FOO=bar clearml-agent daemon ... 
4 months ago
0 Why Is Async_Delete Not Working?

Again, I'm telling you, please look at the documentation and what it says specifically on minio like solutions.
The host should be
host: " our-host.com :<PORT>"
And NOT
host: " s3.our-host.com "
Maybe you don't require a port I don't know your setup, but as I said, in the host settings you need to remove the s3 as this is reserved only to AWS S3.

9 months ago
0 Hi All, Is There An Easy Way To Ping The Server Programatically? I'M Just Trying To See What Is The Default Server That Is Set, And Is It Responsive

The highlighted line is exactly that. Instead of client.tasks.get_all() I think it would be along the lines of client.debug.ping()

3 years ago
0 Hello! Is There A Way To Filter The "Console" Logs By Host When Logging From Multiple Workers To The Same Task When Using Distributed Training? I See The "Hostname" Indicator Changes For Each Log But I Don'T See A Mechanism To Filter.

Hi @<1743079866477056000:profile|ItchySeahorse7> , there is no such capability currently but it sounds like a good idea, maybe open a GitHub feature request for it?

2 months ago
0 Hi Again, Are There Any Examples Of One Script Being Used To Execute Multiple Remote Tasks? If I Could Use

Hi @<1523701092473376768:profile|SuperiorPanda77> , I think a PR would always be appreciated. I don't see any issues with using task.reset()

one year ago
0 Hello Everyone, I Encountered The Following Error When I Tried To

The ubuntu is the client side or you changed OS on the server side?

5 months ago
0 Hi, I Have A Question. I Am Trying To Create A Pipeline Using The

Hi @<1736919317200506880:profile|NastyStarfish19> , the services queue is for running the pipeline controller itself. I guess you are self hosting the OS?

3 months ago
0 Agent And Env Variables (This Is Almost Duplicate

@<1706116294329241600:profile|MinuteMouse44> , did you set this in the clearml.conf of the agent as well as the machine of the SDK?

3 months ago
0 Hi! Any Idea Why Clearml Fails To Detect Iteration Reporting?

GrievingTurkey78 , do you have iterations stated explicitly somewhere in the script?

3 years ago
0 Agent And Env Variables (This Is Almost Duplicate

And in what section are you setting the environment?

3 months ago
0 In Pipelines. Is It Possible To Inject A Requierment.Txt Such That The Executing Node Will Install Before Running Tasks?

I'm sorry. I think I wrote something wrong. I'll elaborate:
The SDK detects all the packages that are used during the run - The Agent will install a venv with those packages.
I think there is also an option to specify a requirements file directly in the agent.

Is there a reason you want to install packages from a requirements file instead of just using the automatic detection + agent?

2 years ago
0 How Does Clearml Handle

Hi @<1523701842515595264:profile|PleasantOwl46> , I think that is what happening. If server is down, code continues running as if nothing happened and ClearML will simply cache all results and flush them once server is back up

4 months ago
0 Hi! While I'M At The Office, All Works Well, But At Home I Get A Lot Of Timeout Warnings While Trying To Download Or Save Data. I Dont Think It Is Related To The Connection Quality Because It Is Realy Good (Download 600 Upload 100). Can You Help Me Fig

It seems like a networking issue on your side. ClearML isn't blocking anything. Most likely unrelated to connection speed but to DNS or something related.

What if you connect using your phone hotspot or another provider?

2 months ago
0 Hi Everyone! Quick Question Does Clearml Offer Also Direct Access To Compute Resources, Or You Always Need To Bring Your Own Cloud Provider?

Hi @<1752501940488507392:profile|SquareMoth4> , you have to bring your own compute. ClearML only acts as a control plane allowing you to manage your compute. Why not use AWS for example as a simple solution?

one month ago
0 Hi! Could You Please Help With The Following Question: Is It Possible To Execute The

Hi @<1743079861380976640:profile|HighKitten20> , what if you try to set the extra flags like this ["-e", "."]

2 months ago
0 Is There A Way To Debug Docker-Based Clearml-Agent, How It Reaches This Error Message? Where Is The Code Executed, Can I Add Some Debug Prints To See Variable Values, Frame Stack Trace, Etc?

Hi @<1715900788393381888:profile|BitingSpider17> , you can run the agent in --debug mode and this should pass it over to the internal agent running the code

5 months ago
0 Another Question, Is It Possible To Visualize Bboxes When Uploading The Dataset In Yolo Format? Thanks

It is part of the Scale/Enterprise SDK, metadata is registered with built in functions of the SDK. Long story short, you can visualize everything and register whatever formats. The system is agnostic to any particular format.

3 months ago
0 Hi Folks, Any Idea Why I Am Getting This Strange Error From Clearml-Data:

Reproduces for me as well. Taking a look what can be done 🙂

2 years ago
5 months ago
Show more results compactanswers