Skip to content

[FEATURE] Allow continuation of stopped museval run #9

@StefanUhlich-sony

Description

@StefanUhlich-sony

It would be great to have a continued_run=True keyword which can be used to continue a previous museval run, which was stopped before processing all songs (e.g., due to out-of-memory):

museval.eval_mus_dir(
    dataset=mus,  # instance of musdb
    estimates_dir=...,  # path to estimate folder
    output_dir=...,  # set a folder to write eval json files
    subsets="Test",
    parallel=True,
    is_wav=False,
    continued_run=True
)

museval should check whether the JSON folder already exists and - if there is already a JSON file - skip this song.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions