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
I Always See This Error In The Console When Training A Model, But I See All The Model Parameters Tracked Correclty. So I Am Wondering What It Tries To Log Here And Why I Get The Error?

I always see this error in the console when training a model, but I see all the model parameters tracked correclty. So I am wondering what it tries to log here and why i get the error?

2023-07-24 10:40:36,596 - clearml.metrics - WARNING - Failed uploading to None (HTTPSConnectionPool(host=' files.clearml.xxx.com ', port=443): Read timed out. (read timeout=30))
2023-07-24 10:40:36,596 - clearml.metrics - ERROR - Not uploading 2/2 events because the data upload failed

  
  
Posted 9 months ago
Votes Newest

Answers


Hi @<1582542029752111104:profile|GorgeousWoodpecker69> , it probably means the model snapshot or debug images etc. cannot be uploaded - how did you configure your clearml.conf (specifically the api section where you provide the address for the various server components)?

  
  
Posted 9 months ago