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
Answered
Hi, I Upgraded The Clearml Client To

Hi, I upgraded the ClearML client to 1.0.5 and now I am getting an upload log message:

... 2021-08-12 17:47:59,188 - clearml.storage - INFO - Uploading: 150.00MB / 314.75MB @ 12.22MBs from /tmp/.clearml.upload_model___9f5cig.tmp 2021-08-12 17:47:59 2021-08-12 17:47:59,416 - clearml.storage - INFO - Uploading: 155.00MB / 314.75MB @ 21.86MBs from /tmp/.clearml.upload_model___9f5cig.tmp 2021-08-12 17:47:59 2021-08-12 17:47:59,725 - clearml.storage - INFO - Uploading: 160.00MB / 314.75MB @ 16.22MBs from /tmp/.clearml.upload_model___9f5cig.tmp 2021-08-12 17:48:00 2021-08-12 17:48:00,174 - clearml.storage - INFO - Uploading: 165.00MB / 314.75MB @ 11.13MBs from /tmp/.clearml.upload_model___9f5cig.tmp ...
It is useful but a little bit spammy there is a way to change the frequency of those messages?

  
  
Posted 2 years ago
Votes Newest

Answers 5


CooperativeFox72 I would think the easiest would be to configure it globally in the clearml.conf (rather than add more arguments to the already packed Task.init) 🙂
I'm with on 60 messages being way too much..
Could you open a Github Issue on it, so we do not forget ?

  
  
Posted 2 years ago

Hi, AgitatedDove14 Thanks for the answer.

I think the upload reporting (files over 5mb) was added post 0.17 version,

That what I thought...

I think it can be helpful to add it to the conf since 5MB is really small and my files are ~300MB, meaning 60 messages for each upload.
Another option is maybe to configure it as Task.init() parameter

I think both are OK 🙂

  
  
Posted 2 years ago

I was on 0.17.2 for long time and it did not happen there

  
  
Posted 2 years ago

Hi CooperativeFox72 - this did not happen in previous versions?

  
  
Posted 2 years ago

Hi CooperativeFox72
I think the upload reporting (files over 5mb) was added post 0.17 version, hence the log.
The default is upload chunk reporting is 5MB, but it is not configurable, maybe we should add it to the clearml.conf ? wdyt?

  
  
Posted 2 years ago
652 Views
5 Answers
2 years ago
one year ago
Tags