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

Reputation

0
0 Any Tips Running My First Tasks In

Hi @<1787653555927126016:profile|SoggyDuck67> , can you please provide the full log of the run? Also, can you please add a screenshot of the 'execution' tab of the experiment? I assume the original experiment was ran on python 3.10?

9 months ago
0 I Am Trying To Test And Show The Results On My Local Machine. ( Clearml-Server With

Can you please run ls -la /opt/clearml and send the output + your docker compose file

3 years ago
3 years ago
0 I Guess One Experiment Is Running Backwards In Time

lol! Can you hit F12 and see what the server returns for the call projects.get_all_ex

3 years ago
0 I'M Publishing The Model Artifact After The Tensorflow Model Is Saved. But In The Ui, The Download Button Is Grayed Out. And Get_Local_Copy() Doesn'T Seem To Work Either, Help Would Be Appreciated.

In your ~/clearml.conf you can specify the following to force the model to upload with the following setting:
sdk.development.default_output_uri

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

3 years ago
0 Hello, Is There A Time Limit For

EmbarrassedSpider34 , you can use the API to remove tasks from a queue
https://clear.ml/docs/latest/docs/references/api/queues#post-queuesremove_task

3 years ago
0 I Guess One Experiment Is Running Backwards In Time

JitteryCoyote63 , are you on a self hosted server? It seems that the issue was solved for 3.8 release and I think should be released to the next self hosted release

3 years ago
0 Is There A Robust Way (Using The Sdk And Not The Ui) To Add Tags To Task Regardless Of Where It Is Executed?

I think you can get the task from outside and then add tags to that object

3 years ago
0 Um, Is There A Way To Delete An Artifact From A Task That Is Running?

Hmmmm I couldn't find something in the SDK, however, you can use the API to do it

3 years ago
0 Hi, Currently Running

So you're using the community server? Response time really depends on the resources of the machine that is running the server and amount of data to filter

one year ago
0 Hi, I’M Trying To Integrate Logger In My Pipelinedecorator But I’M Getting This Error -

Hi @<1678212417663799296:profile|JitteryOwl13> , can you please add a snippet that reproduces this?

one year ago
0 Hi All

I think it was some minor misconfiguration on one of the servers running the applications, incorrect limit was set

9 months ago
0 We'Re Running Into Errors Such As This:

Did you see any other errors in the server logs? Is the artifact very large by chance?

2 years ago
0 Hi All, I Have Become A Big Fan Of Clearml By Now

Hi @<1720249421582569472:profile|NonchalantSeaanemone34> , happy to hear you also enjoy using ClearML 😄

You are spot on, ClearML provides the full end to end solution for your MLOps needs, meaning you don't need to using DVC,MLrun, MLflow and many others as all these capabilities are covered in ClearML and more!

Are you currently looking for any specific capability?

one year ago
0 Is It Possible To Perform Debugging Operations With Pycharm Integration Using Remote Session?

That's an interesting question. I think it's possible. Let me check 🙂

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

3 years ago
2 years ago
0 Hi, I Have A Problem After Updating Clearml-Server To The Most Recent Version. Elasticsearch Has Been Updated From

For example doing a fresh installation of the previous version and using backup data so you have a fresh state. Then try to upgrade again.

3 years ago
Show more results compactanswers