commit c6e88df67df5ceb1c5ea73065c4008f939f39deb
parent 86a264f0bfbddec73ac34807b1786bd9a2006c2f
Author: vossen <44332958+vossenv@users.noreply.github.com>
Date: Tue, 25 Apr 2023 00:04:56 -0500
I'm all out of bubblegum (#206)
Auto stash before checking out "origin/bubblegum_message"
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nam/train/core.py b/nam/train/core.py
@@ -389,7 +389,7 @@ def train(
lr_decay,
)
- print("Starting training. Let's rock!")
+ print("Starting training. It's time to kick ass and chew bubblegum!")
model = Model.init_from_config(model_config)
data_config["common"]["nx"] = model.net.receptive_field
dataset_train = init_dataset(data_config, Split.TRAIN)