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

Reputation

0
0 Hi Everyone, Qq: I Specified The Output_Uri Of The

I think you need to configure api.files_server in ~clearml.conf as your s3 bucket

3 years ago
0 Hi, I'M Trying To Reduce My Team And My Api Calls When Training Models, We All Ready Added The Following Flags In Our Config File On Each Training Agent

Hi @<1523701295830011904:profile|CluelessFlamingo93> , I think you can also control the agent sampling rate (to sample queue every 10 or 20 seconds instead of 5 for example)

2 years ago
0 Hello Everyone! Is Clearml Doing Asynchronous Or Synchronous Logging For E.G. Tensorboard Summarywriters?

Hi! Hmmm, good question. I think it's asynchronous since most of the uploading processes are usually async. Is there a specific use case you're thinking of?

3 years ago
0 Hello, I’M Using

RattyLouse61 , looks like a bug, but I didn't have a chance to play with it myself yet. Maybe open a github issue to follow up on this?

3 years ago
0 I Have The User/Pass Set Up On The

Strange. Can you add your clearml.conf from the agent machine? Please make sure to obscure all secrets 🙂

11 months ago
0 How Can I Test Scripts That Use Clearml In A Ci Environment? The Integration Tests Run In A Docker Container Without Access To A Clearml Server, So I Get The Following Error:

GreasyPenguin14 , Hi 🙂

I'm guessing that it tries to communicate during task.init()
Try running the function when you initialize the Task object

4 years ago
0 ..

Hi @<1539780284646428672:profile|PoisedElephant79> , please post in the same thread you started, no need to spam the main channel 🙂

Regarding your issue - it looks like you have some issue with authentication. How are you spinning the server?

2 years ago
0 Is This The Write Way To Add A Tag To An Output Model Artifact Of A Task? Torch.Save(Model, '

I wasn't able to reproduce it on my side. Can you try the following?
In clearml/examples/reporting/mode_config.py
Under line 45:
OutputModel().update_weights('my_best_model.bin')
Add the following:
output_model = task.models['output'][-1]
output_model.tags=['deployed']

And check in the UI if you get a tag on the model

3 years ago
0 Hi, I Noted That If I Run My Codes On My Laptop With Remote_Execute Off A Python3.8 Venv, And When The Remote Task Starts Executing But The Image Is Installed With A Different Version Of Python, Say Python3.8, We Would Encounter Errors With Venv. At This

SubstantialElk6 , the agent is designed to re-run in an environment as close as possible to the original. Can you please provide logs of the two experiments so we can compare? I'm not sure what the issue is. Do both computers have the same python versions?

4 years ago
0 Hi! I Have A Few Tasks That Are Not Transitioning From

Hi SuperiorPanda77 ,how are the tasks running? Locally or via agent? What does the log show?

2 years ago
0 Hi Everyone. I Am Trying To Migrate To Clearml And Need To Have My Old Training Logs Available In Clearml As Well. Unfortunately It Seems I Can'T Simply "Import" My Old Tensorboard Logs Into Clearml To Have It All In One Place. Does Any One Have A Suggest

Hi @<1670964680270548992:profile|SuperiorOctopus47> , you can manually create experiments and log metrics into them via the REST API - None

You basically have some older runs on your tensorboard that you want to import to ClearML?

one year ago
0 Hi Everyone, How Can I Check Programmatically Whether A Task Is Running Remotely And How Can I Get The Hostname? Additionally, Retrieving The User Name That Is Shown In The Server Ui Would Be Nice.

Hi @<1523701868901961728:profile|ReassuredTiger98> , you can fetch the task object, there one of the attributes of the task is it's worker. This way you can see on what machine it is running 🙂

2 years ago
0 +1 About Support Requests. There'S No Response For 2 Days

Hi @<1572032849320611840:profile|HurtRaccoon43> are you referring to Dima's request?

16 days ago
0 Hi Does Anyone Know How Can It Be That

Hi @<1533619716533260288:profile|SmallPigeon24> , is it possible the experiment wasn't run on a worker? In what state is the task?

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

2 years ago
0 Hi All, Are There Any Features Listed Somewhere That Will Be Implemented In Clearml In The Future?

Hi SucculentWoodpecker18 , I don't think there is an updated roadmap currently. You can see updates and releases here: https://clearml.slack.com/archives/C03E7MNDG3C
Is there some specific feature you're looking for?

2 years ago
0 I Am Looking For The Dataset Used In Sarcasm Detection Demo

Hi @<1540142651142049792:profile|BurlyHorse22> , it looks like an error in your code that is bringing the traceback. What is happening during the traceback?

2 years ago
0 Good Week Clearml Team

Hi UnevenDolphin73 ,

If I look at a specific experiment (say, the Artifacts tab), and then click on another experiment in the experiment list, it used to automatically show the newly selected experiment's Artifacts tab. It still does this, but it now shows a blank page. I have to choose a different tab and switch back.I think they fixed it in the next version that should be released soon.

(Not sure if by design) When selecting an experiment in a (new) project, it used to automatically swit...

3 years ago
0 Hi Guys, I Have Been Pondering How Does Clearml Generate The "Installed Packages" List. I Triggered My Training Through Machine A (With Some Python Packages) And The Actual Training Is Done In A Docker Container (With Both Global Packages + Packages Insta

OddShrimp85 Hi 🙂

I think ClearML detects the packages that were in use during the script's run. Regarding the global packages, that's what the docker image is for, so it all comes pre-installed

4 years ago
Show more results compactanswers