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 2 years ago
Votes Newest

Answers 7


What is this cleanup service? where is it available?

  
  
Posted 2 years ago

delete logged images and texts though

logged images are also stored there?

  
  
Posted 2 years ago

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

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

  
  
Posted 2 years 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 2 years ago

self-hosted ClearML server 1.2.0
SDK version 1.1.6

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago
575 Views
7 Answers
2 years ago
one year ago
Tags