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
When Uploading An Artifact, Can I List It In Some Grouping (Like With Parameters, Having E.G.

When uploading an artifact, can I list it in some grouping (like with parameters, having e.g. Args/foo , Args/bar )?

  
  
Posted 2 years ago
Votes Newest

Answers 12


Opened this - https://github.com/allegroai/clearml/issues/530 let me know if it's not clear enough FrothyDog40 !

  
  
Posted 2 years ago

UnevenDolphin73 I think it'd be easier to track as a separate one.

  
  
Posted 2 years ago

Hey FrothyDog40 ! Thanks for clarifying - guess we'll have to wait for that as a feature 😁

Should I create a new issue or just add to this one? https://github.com/allegroai/clearml/issues/529

  
  
Posted 2 years ago

UnevenDolphin73 Well... not right now... Currently the ClearML UI only partitions internal artifact types.
That said, having user-defined artifact groups sure sounds worth looking into - Care to https://github.com/allegroai/clearml/issues/new/choose ?

  
  
Posted 2 years ago

So basically I'm wondering if it's possible to add some kind of small hierarchy in the artifacts, be it sections, groupings, tabs, folders, whatever.

  
  
Posted 2 years ago

For example, we have a complicated YAML file with built-in !include instructions, so we upload all the included files too. This then clogs up the artifacts sidebar, and it would be nice to be able to say "these are all artifacts from this one file, you can collapse it by clicking here"

  
  
Posted 2 years ago

The SDK is fine as it is - I'm more looking at the WebUI at this point

  
  
Posted 2 years ago

not sure about the Other , but maybe adding some metadata to the artifact can do the trick?

You can get all the artifacts with task.artifacts and you can go over it and filter with the metadata, wdyt?

  
  
Posted 2 years ago

So kind of the ability to have more artifact types in "Artifacts" tab, other than Other and OutputModels , etc

  
  
Posted 2 years ago

TimelyPenguin76 that would have been nice but I'd like to upload files as artifacts (rather than parameters).

AgitatedDove14 I mean like a grouping in the artifact. If I add e.g. foo/bar to my artifact name, it will be uploaded as foo/bar .

  
  
Posted 2 years ago

UnevenDolphin73 you can create you own parameter section under hyper-parameters with task.connect(name="my_section", param_dict) , but it doesnt connect to the artifacts automatically

  
  
Posted 2 years ago

You mean like a name of the artifact ?

  
  
Posted 2 years ago
600 Views
12 Answers
2 years ago
one year ago
Tags