-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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 requestNew feature or request