diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/.train.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/.train.py.swp index 909066f45..cc8ee0e0d 100644 Binary files a/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/.train.py.swp and b/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/.train.py.swp differ diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/train.py b/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/train.py index 3059491fc..afb109249 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/train.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/train.py @@ -1211,7 +1211,7 @@ def main(): logging.info("save arguments to config.yaml...") save_args(args) - if args.wandb: wb = wandb.init(project="d2v-T", entity="dohe0342", config=vars(args)) + if args.wandb: wb = wandb.init(project="concon", entity="dohe0342", config=vars(args)) else: wb = None world_size = args.world_size