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 Also Want A Low Latency Unthrottled System. It Seems Like The Free Version Of Clearml Is Somewhat Throttled. I Tried Uploading An Artifact To The Free Version Of Clearml And It'S Very Slow To Download The Artifact To My Laptop Using Get_Local_Copy() Fun

I also want a low latency unthrottled system. It seems like the free version of ClearML is somewhat throttled. I tried uploading an artifact to the free version of ClearML and it's very slow to download the artifact to my laptop using get_local_copy() function.

  
  
Posted 2 years ago
Votes Newest

Answers 4


My version is 1.1.1 and the file size is 47 MB. I don't think I have network issue because uploading was fast. but downloading is slow.

Anyway, I've gone and tried to reproduce the issue and it seems that there's no problem now. It's downloading fast already!

  
  
Posted 2 years ago

AgitatedDove41 , What version of ClearML are you using?

Was the artifact very large per chance or is there any chance you were having network issues at the time?

  
  
Posted 2 years ago

I'm from Thailand. Yeah I think it's the typical network problem or something. Thanks for clarification.

  
  
Posted 2 years ago

AgitatedDove41 , there isn't any throttling in ClearML and it uses the native packages when communicating with AWS (boto3 for example)

Where were you uploading to/from?

  
  
Posted 2 years ago
529 Views
4 Answers
2 years ago
one year ago
Tags