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
Some Wierd Bug With Get_Local_Copy? I Have: Dataset C (100X A.Png, 100X B.Json, 100X C.Json) Dataset B (5X A.Png, 5X B.Json, 5X C.Json, 10X New.Json) Dataset A (5X A.Png) When Doing Get_Local_Copy() It Starts Downloading Dataset C Which Is 1.5Tb. This Sh

Some wierd bug with get_local_copy?
I have:
Dataset C (100x a.png, 100x b.json, 100x c.json)
Dataset B (5x a.png, 5x b.json, 5x c.json, 10x new.json)
Dataset A (5x a.png)

When doing get_local_copy() it starts downloading Dataset C which is 1.5TB. This should not be happening, it should only donwload Dataset A files. We manually checked and Dataset A state.json only contains 5x a.png and no other files from parents.
clearml==1.16.3
We noticed this behaviour on multiple machines

This behaviour in not observed in 1.14.4 1.15.1 1.16.2
So it looks like the bug was introduced in 1.16.3
image

  
  
Posted 2 months ago
Votes Newest

Answers 4


Hi @<1590514584836378624:profile|AmiableSeaturtle81> , can you provide a snippet that reproduces this and also the flow of how you registered the data?

  
  
Posted 2 months ago

Hi @<1590514584836378624:profile|AmiableSeaturtle81> , I think you are right. We will try to look into this asap

  
  
Posted 2 months ago

@<1590514584836378624:profile|AmiableSeaturtle81> , its best to open a GitHub issue in that case to follow up on this 🙂

  
  
Posted 2 months ago

@<1523701070390366208:profile|CostlyOstrich36> It it still needed since Eugene thinks there is a bug?

  
  
Posted 2 months ago
149 Views
4 Answers
2 months ago
2 months ago
Tags