aai-institute / nnbench

A small framework for benchmarking machine learning models.
https://aai-institute.github.io/nnbench/
Apache License 2.0
10 stars 3 forks source link

Remove the `ArtifactCollection` class #109

Closed maxmynter closed 6 months ago

maxmynter commented 6 months ago

It is redundant as we have added the deserialization logic in the Artifact.value call. It was therefore only a somewhat useless wrapper around a list. Removed mentions from docs as well.

Closes #108