mirror of
https://github.com/TaterTotterson/microWakeWord-Trainer-Nvidia-Docker.git
synced 2026-06-12 20:10:19 -06:00
logging update
This commit is contained in:
@@ -206,7 +206,10 @@ def generate_feature_set(input_wav_dir: str, out_root_dir: str, label: str):
|
|||||||
for split, cfg in split_cfg.items():
|
for split, cfg in split_cfg.items():
|
||||||
out_dir = out_root / split
|
out_dir = out_root / split
|
||||||
out_dir.mkdir(parents=True, exist_ok=True)
|
out_dir.mkdir(parents=True, exist_ok=True)
|
||||||
|
|
||||||
print(f" Augmenting {split} ({label})")
|
print(f" Augmenting {split} ({label})")
|
||||||
|
print(" Sit tight this can take awhile ...")
|
||||||
|
print()
|
||||||
|
|
||||||
spectros = SpectrogramGeneration(
|
spectros = SpectrogramGeneration(
|
||||||
clips=clips,
|
clips=clips,
|
||||||
@@ -229,7 +232,7 @@ def generate_feature_set(input_wav_dir: str, out_root_dir: str, label: str):
|
|||||||
|
|
||||||
print(f" {split} augmentation complete ({label})")
|
print(f" {split} augmentation complete ({label})")
|
||||||
|
|
||||||
print(f"✅ Features ready: {out_root_dir}/*/wakeword_mmap")
|
print(f"\n✅ Features ready: {out_root_dir}/*/wakeword_mmap\n")
|
||||||
return True
|
return True
|
||||||
|
|
||||||
# Wake word generated/TTS features (existing behavior)
|
# Wake word generated/TTS features (existing behavior)
|
||||||
|
|||||||
Reference in New Issue
Block a user