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
MortifiedCrow63
Moderator
2 Questions, 13 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

13 × Eureka!
0 Votes
25 Answers
863 Views
0 Votes 25 Answers 863 Views
Hello Everyone, i’m newcomer for ClearML. I have question related to Model URL information. Where exactly the model artifacts were stored ya? assuming that i...
3 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Hello everyone, I have security question. Can we use custom Auth like auth0 to login to the platform instead using the built-in one? Mind to share the steps?...
3 years ago
0 Hello Everyone, I Have Security Question. Can We Use Custom Auth Like Auth0 To Login To The Platform Instead Using The Built-In One? Mind To Share The Steps? Thanks

Hello SuccessfulKoala55 , want to follow up again for my question. Is it possible to use auth0 or SSO using open source version?

3 years ago
0 Hello Everyone, I’M Newcomer For Clearml. I Have Question Related To

That’s the question i want to raise too, is there any limit on the file size? the size actually ~32 Mb, just using your MNIST example

Can we raise the size limit?

3 years ago
0 Hello Everyone, I’M Newcomer For Clearml. I Have Question Related To

Thanks for confirming AgitatedDove14 , any github issue that i can follow?

3 years ago
0 Hello Everyone, I’M Newcomer For Clearml. I Have Question Related To

Hi AgitatedDove14 , any update on the bug of GCS timeout?

3 years ago
0 Hello Everyone, I’M Newcomer For Clearml. I Have Question Related To

The next question is about upload the model artifact using cloud storage.

I’m trying to use Google Cloud Storage to store my model checkpoint, however failed with following errors:

2021-05-12 18:51:53,335 - clearml.storage - ERROR - Failed uploading: ('Connection aborted.', timeout('The write operation timed out')) 2021-05-12 18:51:53,335 - clearml.Task - INFO - Completed model upload to 2021-05-12 18:51:54,298 - clearml.Task - INFO - Finished uploadingit said the uploading proces...

3 years ago
0 Hello Everyone, I’M Newcomer For Clearml. I Have Question Related To

Thanks AgitatedDove14 ,

I think so, Can we configure the timeout from ClearML interface?

(I’m assuming the upload could take longer).

3 years ago
0 Hello Everyone, I’M Newcomer For Clearml. I Have Question Related To

AgitatedDove14 already done that and it works, my tested command: manager.upload_file

ClearML version: 1.0.2
ClearML Server version: 1.0.0-93

3 years ago
0 Hello Everyone, I’M Newcomer For Clearml. I Have Question Related To

No worries AgitatedDove14 , thanks for helping me.

Just curious about the timeout, was it configured by clearML or the GCS? Can we customize the timeout?

3 years ago
0 Hello Everyone, I’M Newcomer For Clearml. I Have Question Related To

noted AgitatedDove14 ,

just wondering why the behavior between auto logging and manual upload (using StorageManager ) can yield different results. Do you think we’re using different component here?

If the problem is coming from the GCS, the StorageManager should also fail, right?

3 years ago
0 Hello Everyone, I’M Newcomer For Clearml. I Have Question Related To

Noted AgitatedDove14 , so likely it’s about bandwidth issue. Let me try suggestion from the github first. Thanks man!

3 years ago
0 Hello Everyone, I’M Newcomer For Clearml. I Have Question Related To

Thanks AgitatedDove14 , i missed that one.

3 years ago