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

Reputation

0
0 Hi, Is There Any Manifest For The Relevant Polices Needed For The Aws Account (If We Are Using Autoscaling)? Also, Is There A Way To Use Github Deploy Key Instead Of Personal Token? Thanks !

Hi, SmugTurtle78

Hi, Is there any manifest for the relevant polices needed for the AWS account (if we are using autoscaling)?

I'm not sure. From my experience the autoscaler requires access to spinning instances up & down, listing instances, checking tags and reading machine logs.

You should try running with those permissions. If something is missing, you'll see it in the log 🙂

Also, Is there a way to use Github deploy key instead of personal token?

Do you mean git user/...

3 years ago
0 Hi All, Just Started With Clearml Yestarday And I'M Wondering Whats The Recommended Way Of Running The Server In Aws? I Can See That The Old Allegro Ai Trains Server Is Not Longer Available:

I can see that the old Allegro AI Trains server is not longer available:

What do you mean? You mean the AMI?
Regarding AWS deployment - I guess it really depends on your usage. Are you interested in holding the server on an EC2 instance?

3 years ago
0 Hi, I'Ve Been Using Your Saas Platform For Over A Month Now, But Today I Suddenly Noticed Most Of My Data Is Missing, I See That I Have 40 Tasks In My Data Project From The Dashboard As It Should Be, But Inside The Project I Can Only See 6, I Couldn'T Fin

Hi CrookedMonkey33 ,

Can you please open developer tools (F12) and see what is returned when you navigate to the 'projects' page (When you see 41 experiments)

Also go into 'Settings' -> 'Configuration' and verify that you have 'Show Hidden Projects' enabled

3 years ago
0 Hi All, Two Questions:

Hi, regarding your questions:
If you create and finalize the dataset, it should upload the file contents to the fileserver (or any other storage you configure). The dataset is an object similar to a task - it has a unique ID You can add metric columns to the experiments table. You can do this by clicking the little cog wheel at the top right of the experiments table. You can also select multiple experiments and compare them (Bottom left on the bar that appears after selecting more than 1 expe...

3 years ago
0 Hi All, Two Questions:

That's an option This really depends on your usage - if you want those 'custom parameters' be accessible by other tasks, then save them as artifacts. If you only want visibility - then save them as scalars. You have a nice example on usage here: https://github.com/allegroai/clearml/blob/master/examples/reporting/scalar_reporting.py

3 years ago
0 Hi, Does Anyone Know If There Is A Way To Have The Dataset Graph That Tells Us Which Dataset Was Created From Which Other Ones Without Setting The Previous Datasets As Parents? We Have Large Raw Datasets That Are Used To Create Several Smaller Ones, And I

Hi @<1523703397830627328:profile|CrookedMonkey33> , not sure I follow. Can you please elaborate more on the specific use case?

Currently you can add plots to the preview section of a dataset

one year ago
0 Hi All, Does Anyone Know How I Can Use Python To Load The Configuration Of A Saved Experiment/Model Using Its Id?

Hi CrookedMonkey33 , can you elaborate a bit more on what you want done?

2 years ago
0 Hi, Is It Possible To Pass Temporary Iam Role To The Web App Could Access?

assuming that they are in the same setup as user/secret keys then I guess they would work until they expire 🙂

3 years ago
0 Hi, Is There Any Variable That Defines The Disconnectivity Timeout? I Want To Handle Cases Where My Remote Clearml Is Not Available For Some Time. In Addition, What Is The Recommended Way To Handle Clearml Remote Server Connection Issues? I Would Like Tha

Hi @<1853608151669018624:profile|ColossalSquid53> , if there is no connectivity to the clearml server, your python script will run regardless. clearml will cache all logs/events and then flush them once connectivity to the server is resumed.

2 months ago
0 And One More Question. How Can I Get Loaded Model In Preporcess Class In Clearml Serving?

Hey, maybe AgitatedDove14 or ExasperatedCrab78 can help

3 years ago
0 Hello Everyone! Can I Hide Some Fields Of My Config File For Task In Ui. I Log File With

I don't think such a feature exists currently but you could put in a feature request on GitHub 🙂

3 years ago
0 Hi! How To Correctly Configure Clearml With Pytorch-Ignite To Write Checkpoints To The

Hi @<1523708920831414272:profile|SuperficialDolphin93> , simply set output_uri=/mnt/nfs/shared in Task.init

9 months ago
0 I Tried Using

Hi @<1523708920831414272:profile|SuperficialDolphin93> , does it run fine if you use a regular worker?

9 months ago
0 I Think This Is A Bug In Clearml Web Gui The Issue Is The

SuperficialDolphin93 , looks like a strange issue. Can you maybe open a github issue for better tracking?

3 years ago
0 I Got A Clearml-Serving Instance Running With Inferences Served Correctly, However The Model-Endpoints Dashboard Screen Is Remaining Empty With The Splash Screen. Why Don'T The Model Endpoints Appear There Too?

Hi @<1774245260931633152:profile|GloriousGoldfish63> , this feature is waiting enablement on clearml-serving side and will be supported in the next release

5 months ago
0 Hi, The Restful Api

You can use scroll_id to scroll through the tasks. When you call tasks.get_all you will get a scroll_id back. Use that scroll_id in the following calls to go through the entire database. Considering you have only 2k tasks, you can cover this in 4 scrolls 🙂

3 years ago
0 Hello, I Am Using The Clearml Integration With Ultralytics. I Have Very Simple Code

@<1644147961996775424:profile|HurtStarfish47> , you also have the auto_connect_frameworks parameter of Task.init do disable the automatic logging and then manually log using the Model module to manually name and register the model (and upload ofc)

10 months ago
0 Hello, I Am Using The Clearml Integration With Ultralytics. I Have Very Simple Code

Hi @<1644147961996775424:profile|HurtStarfish47> , how do you specify file name for the model regardless of ClearML?

10 months ago
0 Does Anyone Have

Hi @<1523701842515595264:profile|PleasantOwl46> , I think you can add a PR here - None

11 months ago
0 Is There A Way To Obtain The User

Hi @<1523701842515595264:profile|PleasantOwl46> , In the info section you can see the user name but not ID (However it is returned in the API request the webUI sends)

What is your use case?

11 months ago
0 Is There A Way To Obtain The User

Why not give an option to provide their user name and then convert it in the code?

11 months ago
0 Rolling Back To 1.15.0 Seemed To Fix The Error For Now. Is There Something One Should Be Aware Of Between Server Versions 1.15 And 1.16 Related To Versions Of The

I think its possible there was an upgrade in Elastic, I'd suggest going over the release notes to see if this happened with the server

one year ago
Show more results compactanswers