Update hyperparams.yaml
Browse files- hyperparams.yaml +2 -2
hyperparams.yaml
CHANGED
@@ -211,8 +211,8 @@ opt_class: !name:torch.optim.Adam
|
|
211 |
epoch_counter: &id003 !new:speechbrain.utils.epoch_loop.EpochCounter
|
212 |
limit: 500
|
213 |
|
214 |
-
|
215 |
-
|
216 |
# train_logger: !new:speechbrain.utils.train_logger.WandBLogger
|
217 |
# initializer: !name:wandb.init
|
218 |
# # id: !ref <wandb_id>
|
|
|
211 |
epoch_counter: &id003 !new:speechbrain.utils.epoch_loop.EpochCounter
|
212 |
limit: 500
|
213 |
|
214 |
+
train_logger: !new:speechbrain.utils.train_logger.FileTrainLogger
|
215 |
+
save_file: !ref <train_log>
|
216 |
# train_logger: !new:speechbrain.utils.train_logger.WandBLogger
|
217 |
# initializer: !name:wandb.init
|
218 |
# # id: !ref <wandb_id>
|