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
TimelyPenguin76
Administrator Moderator
0 Questions, 711 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0
3 years ago
0 How Come I Use

logger.report_matplotlib_figure(title="some title", series="some series", figure=fig, iteration=1, report_interactive=Fasle)

3 years ago
0 Sorry, I'M Asking Too Much Questions Today. I Gave Myself A Whole Day To Fully Evaluate Clearml...That'S Why. Here Goes. Regarding Automatic Logging (Automagikal), I Took Your Example (

Hi SubstantialElk6 ,

Please feel free to ask anything πŸ™‚

If nothing is reported, then nothing will be displayed.

For example, if you are reporting to Tensorboard, it will be automatically sent to the UI - https://github.com/allegroai/clearml/blob/master/examples/frameworks/pytorch/pytorch_tensorboard.py (run this example and view the scalers section πŸ™‚ )

3 years ago
0 How Come I Use

Hi WackyRabbit7 ,

not sure I get it, you dont see the report in the UI?

3 years ago
0 Hi Guys, Needed A Bit Of Clarification. Every 15 Minutes, The Scheduler Prints, "Syncing Scheduler, Sleeping For 15 Minutes Until Next Sync". Can You Guide Me As To It Is Syncing With What?

πŸ‘
this is a message about configuration sync.

Its allow you to change scheduler in runtime by editing the Task configuration object

2 years ago
0 Hey! Probably Missed Something, But I Recently Upgraded To 1.1.1, And I'Ve Just Noticed That Png Artifacts Are Not Displayed In The Preview. Is This Intentional? Edit: Ah, It Has To Be A

you can this description as the preview, can this help?

task.upload_artifact(name='artifact name', artifact_object=artifact_object, preview="object description")

3 years ago
0 Is There A Recommended Way To Deal With Clearml In Continuous Integration Pipelines? I Have An Integration Test Running In The Ci, But Now It Writes To The Public Demo Server

Hi GreasyPenguin14 ,

You can specify the configuration api section with environment variables, look at https://github.com/allegroai/trains-actions-get-stats for example (just change the TRAINS prefix to CLEARML, e.g. TRAINS_API_ACCESS_KEY -> CLEARML_API_ACCESS_KEY)

3 years ago
0 Hi, What'S Storage Clearml Is Using? I Am Considering Self-Host Clearml On A Cloud Machine, While Separated The Data Storage With Our Own Machine (Reduce Network Cost) I Am Using Minio Current With Trains=0.16.4, If This Will Still Be An Valid Option For

I am using MinIO current with trains=0.16.4, if this will still be an valid option for ClearML (>0.17.0)?

Yes, you can still use it (and many other options, include local and cloud storage),

Hi, what’s storage ClearML is using? I am considering self-host clearML on a Cloud machine, while separated the data storage with our own machine (reduce network cost)

You can choose the one that works for you (Shared folder, S3, GS, Azure, Http).

3 years ago
0 Hi, I'M Getting Permission Errors When Trying To Read A File Using Trains-Agent, Which User Does It Use To Access Files? How Can I Grant It Permissions? (With My Own User Everything Works Smoothly)

Hi SmarmySeaurchin8 ,

The trains-agent default uses the ~trains.conf file for credentials, can you verify the api section in this file?

4 years ago
0 Hi All, Two Questions: 1) Can You Add, After The Task Has Completed, Some Free Text To Write Down My Conclusion Of This Run? 2) I'M Having Troubles Copying The Config File From The Ui. A Simple Copy Past That'S All. When I Try To Mark The Whole Config

Hi SoggyDog52

  1. can you add, after the task has completed, some free text to write down my conclusion of this run?

What kind of information you like to add? You can add a tag to a task. If you like a free text, you can change the description part in the INFO tab. Can this do the trick?

  1. I’m having troubles copying the config file from the UI. A simple copy past that’s all. When I try to mark the whole config with the courser it manege to catch just some part.

Do you have...

4 years ago
0 I Am Using

You can add a limitation to the query page size:
task_filter = {"page_size": <your-limit>, "page": 0}
what do you think?

3 years ago
Show more results compactanswers