Eliminated redundant usage examples
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user