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
AstonishingRabbit13
Moderator
4 Questions, 20 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

19 × Eureka!
0 Votes
7 Answers
584 Views
0 Votes 7 Answers 584 Views
Hi is there an option to generate / set for each user on clearml server a key+secret ?
one year ago
0 Votes
6 Answers
657 Views
0 Votes 6 Answers 657 Views
when use gcp bucket as files_server + yolov5 train for now its upload the model in the end to files_server/name.task_id/model/best.pt is there option to omit...
gcp
one year ago
0 Votes
4 Answers
706 Views
0 Votes 4 Answers 706 Views
Hi is there any option to get Preview for the images on dataset in case upload with --links ?
one year ago
0 Votes
27 Answers
713 Views
0 Votes 27 Answers 713 Views
gcp
one year ago
0 Hi Is There An Option To Generate / Set For Each User On Clearml Server A Key+Secret ?

or maybe set it in the conf file of the server like where setting the users and their password

one year ago
0 Hi Is There An Option To Generate / Set For Each User On Clearml Server A Key+Secret ?

API
(in the webui is manually want to generate automatically)

one year ago
0 Hi Is There An Option To Generate / Set For Each User On Clearml Server A Key+Secret ?

Hi SuccessfulKoala55 thanks for the help
can you point me to the API for creating the credentials?
some examples
Thanks

one year ago
0 When Use Gcp Bucket As Files_Server + Yolov5 Train For Now Its Upload The Model In The End To

yes but that’s mean that the app that use the model needs clearml also..

one year ago
0 Hi New With Clearml I Create Clearml Server On Gcp With Docker Now I’M Training Yolov5 And I Want To Save All The Info (Model And Metrics ) With Clearml To My Bucket.. (So I Can Have Small Server And No Memory Issue ) Where Should I Start? Its Should Be C

Thanks i can see the files now on the bucket
i saw also error in the end of the training
clearml.storage - ERROR - Failed uploading: HTTPSConnectionPool(host='storage.googleapis.com', port=443): Max retries exceeded with url... (Caused by SSLError(SSLError(1, '[SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac
and in the clearml server some images in the PLOTS tab are missing..
is there something else in the conf that i should change ?

again thanks a lot for t...

one year ago
0 Hi New With Clearml I Create Clearml Server On Gcp With Docker Now I’M Training Yolov5 And I Want To Save All The Info (Model And Metrics ) With Clearml To My Bucket.. (So I Can Have Small Server And No Memory Issue ) Where Should I Start? Its Should Be C

Hi AgitatedDove14 thanks for the help!
i run it now and in the end the task upload the model for me to the bucket
clearml.Task - INFO - Completed model upload to gs://
but when i check i can see in the bucket only the final model.. do you know how can i save all the logs and all the metric images?

Thanks

one year ago
0 Hi New With Clearml I Create Clearml Server On Gcp With Docker Now I’M Training Yolov5 And I Want To Save All The Info (Model And Metrics ) With Clearml To My Bucket.. (So I Can Have Small Server And No Memory Issue ) Where Should I Start? Its Should Be C

yes they are on the clearml-server now

i would like to have it also save on the bucket

  1. save space on the clearml server
  2. i have the model + all its info in one place on the bucket
one year ago
0 Hi Everyone, Quick Question: Is There Any Easy Way To

try to change the files_server in the clearml.conf file to the bucket you want..
for me its help (model + metrics where uploaded to the bucket at the end and not save on the clearml server

one year ago
0 Hi New With Clearml I Create Clearml Server On Gcp With Docker Now I’M Training Yolov5 And I Want To Save All The Info (Model And Metrics ) With Clearml To My Bucket.. (So I Can Have Small Server And No Memory Issue ) Where Should I Start? Its Should Be C

in the bucket i can see all the files now!
but on the clearml server when i go into the train some of the plots are missing..
like Confusion Matrix ..

for now i think i’m ok
the scalars seems to be right and the metrics there is whats import for me..

the error for uploading is weird

again thanks for the help!!

one year ago
one year ago
0 Hi New With Clearml I Create Clearml Server On Gcp With Docker Now I’M Training Yolov5 And I Want To Save All The Info (Model And Metrics ) With Clearml To My Bucket.. (So I Can Have Small Server And No Memory Issue ) Where Should I Start? Its Should Be C

its very weird
the train upload to the bucket the files..
ex:
clearml.Task - INFO - Completed model upload to gs://... clearml.Task - INFO - Finished uploadingi have print for the model is uploaded
also i can see all the files in the bucket as i said (model+ metrics )
the only thing that missing is some plots on the clearml server (app ) when i got to the details of the train i cannot see the matrix confusion for example ( but its exists on the bucket )

i thought the error logged it mig...

one year ago
one year ago
0 When Use Gcp Bucket As Files_Server + Yolov5 Train For Now Its Upload The Model In The End To

Hi Martin
thanks for the quick replay

the use is fixed path for the end model on the bucket after the training
so other process can use it

one year ago
0 Hi Is There Any Option To Get Preview For The Images On Dataset In Case Upload With

--verbose should print the reporting
what i want is to be able to see some images on the clearml server
same as when i upload the data as --files

one year ago