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, I'M Trying To Save Multiple Artifacts Using

Hi,
I'm trying to save multiple artifacts using task.upload_artifact() . All of them are uploaded, and I can see the preview in the ClearML task, but when I download it, there's an error opening the .csv.gz file. Any idea why?

  
  
Posted one day ago
Votes Newest

Answers 4


  • I am not sure where are the artifacts stored, how can I verify this?
  
  
Posted one day ago

  • I am indeed downloading directly through the webUI
  
  
Posted one day ago

Hi @<1523701070390366208:profile|CostlyOstrich36> , Thanks for the reply!

  • the error: windows cannot open the folder The archive "C:\Users\linoy\Downloads\model_predictions_VehC10_202304_12T12202900042023.csv.gz" is invalid. Error 0x8096002A:No error desciption available
  
  
Posted one day ago

Hi @<1768084624061239296:profile|QuaintWoodpecker78> , you have an error when you try to unzip? Are you downloading directly through the webUI? Where was the artifact stored?

  
  
Posted one day ago
6 Views
4 Answers
one day ago
22 hours ago
Tags