Skip to content

Commit

Permalink
Updated path for results and datasets to move them off my macbook
Browse files Browse the repository at this point in the history
  • Loading branch information
beveradb committed Dec 18, 2024
1 parent 06e7cc8 commit e0b98b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/model-metrics/test-all-models.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
logging.basicConfig(level=logging.INFO, format="%(asctime)s - %(levelname)s - %(message)s")
logger = logging.getLogger(__name__)

MUSDB_PATH = "tests/model-metrics/datasets/musdb18hq"
RESULTS_PATH = "tests/model-metrics/results"
MUSDB_PATH = "/Volumes/Nomad4TBOne/python-audio-separator/tests/model-metrics/datasets/musdb18hq"
RESULTS_PATH = "/Volumes/Nomad4TBOne/python-audio-separator/tests/model-metrics/results"


def evaluate_track(track_name, track_path, test_model, mus_db):
Expand Down

0 comments on commit e0b98b7

Please sign in to comment.