Skip to content

Save metadata with models #19

@leondz

Description

@leondz

To help reproducibility, and to track the critical information of clusters/embeddings and feature extractors used, it makes sense to store this metadata about models at the time the model is learned.

Metadata is hard to embed in binary versions of trained model, and we want to keep model files transferable, which rules out some pickled something or other. A decent first solution is therefore probably an extra file generated after/before the model is trained, named something like model_filename +'.metadata' .

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions