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
Hello, Clearml.Task Has Great Ability Save Environment State Like Packages Uncommited Changes Etc. How Can I Get The Same Effect When Creating Clearml.Dataset, It Doesnt Save The Package List. When Looking At Dataset Page, I See The Dataset Upload Task Bu

Hello, clearml.Task has great ability save environment state like packages uncommited changes etc.
How can I get the same effect when creating clearml.Dataset, it doesnt save the package list.
When looking at Dataset page, I see the dataset upload task but I dont have any info on what the environment state was (packages, etc.)

  
  
Posted 3 months ago
Votes Newest

Answers


Hi @<1590514584836378624:profile|AmiableSeaturtle81> , that's an interesting point. Please open a Github feature request for this. To circumvent this you can add Task.init to that code as well

  
  
Posted 3 months ago
211 Views
1 Answer
3 months ago
3 months ago
Tags