From 2d233bd1f2fc0d89400ef381fd157ce08b7a125c Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Wed, 27 Aug 2025 13:52:02 -0700 Subject: [PATCH] Eliminated redundant usage examples --- ucsinfer/__main__.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ucsinfer/__main__.py b/ucsinfer/__main__.py index 2f87283..1ea7215 100644 --- a/ucsinfer/__main__.py +++ b/ucsinfer/__main__.py @@ -34,8 +34,6 @@ def gather(paths, outfile): """ Scan files to build a training dataset at PATH - $ ucsinfer gather [OPTIONS] [PATHS] ... - The `gather` command walks the directory hierarchy for each path in PATHS and looks for .wav and .flac files that are named according to the UCS file naming guidelines, with at least a CatID and FX Name, divided by an @@ -92,8 +90,6 @@ def evaluate(dataset, offset, limit, model, no_foley): """ Use datasets to evaluate model performance - ucsinfer evaluate [OPTIONS] [DATASET] - The `evaluate` command reads the input DATASET file row by row and performs a classifcation of the given description against the selected model (either the default or using the --model option). The command then