Skip to content

Commit 0a4f650

Browse files
Tested Quartznet
1 parent b7bbc07 commit 0a4f650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nanowakeword/trainer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def __init__(self, config, model_name: str, n_classes=1, input_shape=(16, 96), m
125125

126126
self.debug_save_dir = None
127127

128-
if model_type.lower() in {"quartznet", "conformer", "e_branchformer", "crnn"}:
128+
if model_type.lower() in {"conformer", "e_branchformer", "crnn"}:
129129
print_info(f"\n[WARNING] The '{model_type.upper()}' architecture is highly sensitive to hyperparameters and may exhibit convergence instability.\n")
130130

131131
if model_type == "cnn":

0 commit comments

Comments
 (0)