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'M Getting A Lot Of Errors When Running Cleanup Service

I'm getting A LOT of errors when running cleanup service
Failed deleting the following URIs - script fails to delete image and text files ERROR - Failed deleting s3://model.pkl : 'NoneType' object has no attribute 'delete' ERROR - Action failed <400/201: models.delete/v1.0 (Invalid model id) clearml.storage - ERROR - Failed creating storage object s3:// Reason: Missing key and secret for S3 storage access
any advice on how to debug these problems?

  
  
Posted one year ago
Votes Newest

Answers 7


I updated S3 credentials, I'll check if they work later

it doesn't explain inability to delete logged images and texts though

  
  
Posted one year ago

What is this cleanup service? where is it available?

  
  
Posted one year ago

delete logged images and texts though

logged images are also stored there?

  
  
Posted one year ago

self-hosted ClearML server 1.2.0
SDK version 1.1.6

  
  
Posted one year ago

DilapidatedDucks58 , can you verify please that the machine that is running the cleanup is properly configured with S3 credentials and they work for sure (Can delete and create files)

  
  
Posted one year ago

Hi DilapidatedDucks58 , what clearml sdk version are you using? Is it a self-hosted server? If so, which version?

  
  
Posted one year ago
389 Views
7 Answers
one year ago
10 months ago
Tags