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 Folks, I Have A Question Related To The Storage Of Artifacts, As It Is Not Entirely Clear To Me Where To Configure It. If I Read The Documentation

SarcasticSquirrel56 , you're right. I think you can use the following setting in ~/clearml.conf : sdk.development.default_output_uri: <S3_BUCKET> . Tell me if that works

2 years ago
0 Can I Connect Wtih Some One Who Was Able To Successfully Deploy Clearml On Gcp. Are There Tutorials For This ?

Hi @<1673501379764686848:profile|VirtuousSeaturtle4> , what do you mean? Connect to a server someone else set up?

9 months ago
0 Hey All. Wanting To Log

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

9 months ago
0 Hi Everyone, How Can One Import Additional Requirements To The Pipeline While Remote Execution

@<1610083503607648256:profile|DiminutiveToad80> , can you give a stand alone code example for such a pipeline that reproduces the issue? Each task should have it's own requirements logged. What is failing, the controller or individual steps?

one year ago
0 Clearml Tracks The Executed

Hi @<1541954607595393024:profile|BattyCrocodile47> , how does ClearML react when you run the scripts this way? The repository is logged as usual?

one year ago
0 Hi! Is It Possible To Compare In The Ui Tasks Across Different Projects? Or Is It Only Within Project? For Example: Let'S Say That In One Run Session We Created

Hi GorgeousMole24 , you can certainly compare across different projects.
Simply go to "all projects" and select the two experiments there (you can search for them at the top right to find them easily)

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
0 When I Set Agent Management To Conda It Tries To Create Envs With Python 3.1 And Fails.

AdventurousButterfly15 please try upgrading to 1.4.0 - this should solve the issue
pip uninstall clearml-agent -y && pip install -U clearml-agent

2 years ago
0 Migration Clearml 1.5.0 -> 1.8? -> 1.9?

Hi GentleSwallow91 , I would highly recommend upgrading to 1.9 as it brings new also a new major feature (as well as minor bug fixes). I'm not sure about DB migration - there might be one or two. I suggest taking a look at the versions in between 🙂

one year ago
0 Hi Everyone, I Am Very New To Clearml. I Would Like To Do A Tutorial To Gain Practical Experience With Clearml. I Have Seen That

Hi VivaciousBadger56 , This is a good question. In my opinion it's best to start with viewing videos from ClearML's YouTube video. This one is especially useful:
https://www.youtube.com/watch?v=quSGXvuK1IM

As regards to which steps to take, I think the following should cover most bases:
Experiment tracking & management - See that you can see all of the expected outputs in the ClearML webUI Remote experiment execution - Try and execute an experiment remotely using the agent. Change some c...

2 years ago
0 Hi Everyone! When I Execute

Hi @<1540867420321746944:profile|DespicableSeaturtle77> , what didn't work? What showed up in the experiment? What was logged in the installed packages?

one year ago
0 Clearml Provides Api'S To Create Pipelines And Deploy Models ?

Hmmmmm do you have a specific usecase in mind? I think pipelines are created only through the SDK but I might be wrong

2 years ago
0 Hello! Is It Possible To 'Send' / Compose Specific Reports Automatically From Tasks To The Designated Report Under The Reports Page In The Ui? I'Ve Looked Into

Hi @<1544853721739956224:profile|QuizzicalFox36> , currently there is no SDK option for this, however you can automate this using the API. I suggest opening developer tools (F12) to see what the UI sends when creating/editing reports and that way you can automate it

one year ago
0 Hi! Any Idea Why Clearml Fails To Detect Iteration Reporting?

GrievingTurkey78 , did you try calling task.set_resource_monitor_iteration_timeout after the task init?

3 years ago
0 Clearml Provides Api'S To Create Pipelines And Deploy Models ?

And regarding model deployment you mean serving the model through a serving engine such as triton?

2 years ago
0 Hello, I Want To Configure A Client Machine To Connect To A Clearml Server. I'M Wondering Which Port I Need To Open For The Client Machine. Thanks.

Hi @<1523702251011444736:profile|ScaryBluewhale66> , I think the only port you need is the one that is allocated to the apiserver

6 months ago
0 When I Set Agent Management To Conda It Tries To Create Envs With Python 3.1 And Fails.

Hi AdventurousButterfly15 , what version of clearml-agent are you using?

2 years ago
0 Hello, I Am Trying To Setup Clearml-Serving And I Am Running Into Issues. I Am Following The Set-Up Tutorial To A T And Yet I Can'T Get It To Work. I Installed Clearml-Serving I Create The Serving Service Controller I Clone The Clearml-Serving Repo I Chan

Hi @<1547028031053238272:profile|MassiveGoldfish6> , regarding the login errors - it looks like it's failing to connect to the clearml backend. Is it possible there is something mistyped in the credentials or the server address? Any chance that the credentials were revoked?

one year ago
10 months ago
0 Hi All, Would Like To Ask What'S The Difference Between Creating Pipeline From Tasks, Functions Or Decorators?

Hi OddShrimp85 ,

I think it's about your own preference and how you like to work.

2 years ago
0 Hello Everybody, I Have A Quick Question, I Am Trying To Use Clearml-Serving But I Cant Get It To Work. I Have A Clearml Server Set Up And Now I Am Following The Instructions On Clearml. I Run The Following Line

Hi @<1547028031053238272:profile|MassiveGoldfish6> , what version of clearml-serving do you have? Can you please add the full terminal outputs for better context?

one year ago
0 Aws { S3 { # S3 Credentials, Used For Read/Write Access By Various Sdk Elements # The Following Settings Will Be Used For Any Bucket Not Specified Below In The "Credentials" Section # ----------------------

Hi @<1637624992084529152:profile|GlamorousChimpanzee22> , did you test this section and it doesn't work or you just didn't find in the code where it's being read?

one year ago
Show more results compactanswers