Skip to content

Add API for writing metadata sidecars #121

@akx

Description

@akx

From my valohai/mistral-example#3 notes:

  • no easy way of writing a metadata json for a given named output:
        for file in os.listdir(save_path):
            with open(out.path(f'{file}.metadata.json'), 'w') as outfile:
                json.dump(metadata, outfile)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions