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 Everyone. Anyone Else Encountering Model Upload Failure To S3 On Clearml 1.12.0? I Get 0:21:32,292 - Clearml.Storage - Error - Failed Uploading: ‘Lazyevalwrapper’ Object Cannot Be Interpreted As An Integer 2023-07-31 10:21:32,499 - Clearml.Storage - E

Hi everyone. Anyone else encountering model upload failure to s3 on clearml 1.12.0?
I get
0:21:32,292 - clearml.storage - ERROR - Failed uploading: ‘LazyEvalWrapper’ object cannot be interpreted as an integer
2023-07-31 10:21:32,499 - clearml.storage - ERROR - Failed uploading: ‘LazyEvalWrapper’ object cannot be interpreted as an integer
2023-07-31 10:21:32,738 - clearml.storage - ERROR - Failed uploading: ‘LazyEvalWrapper’ object cannot be interpreted as an integer
2023-07-31 10:21:32,739 - clearml.storage - ERROR - Exception encountered while uploading Upload failed
on update call.
rolling back to 1.11.1 makes this error disappear

  
  
Posted 9 months ago
Votes Newest

Answers 3


Hey @<1523705721235968000:profile|GrittyStarfish67> , we have just released 1.12.1 with a fix for this issue

  
  
Posted 9 months ago

Hi @<1523705721235968000:profile|GrittyStarfish67> ! Please install the latest RC: pip install clearml==1.12.1rc0 to fix this. We will have an official release soon as well

  
  
Posted 9 months ago

@<1523701435869433856:profile|SmugDolphin23> I had the same issue uploading a torch model. Thank you for being a life 🛟

  
  
Posted 8 months ago
547 Views
3 Answers
9 months ago
8 months ago
Tags