funasr/train_utils/trainer.py
@@ -163,7 +163,7 @@ self.scaler.load_state_dict(checkpoint['scaler_state']) print(f"Checkpoint loaded successfully from '{ckpt}'") else: print(f"No checkpoint found at '{ckpt}', starting from scratch") print(f"No checkpoint found at '{ckpt}', does not resume status!") if self.use_ddp or self.use_fsdp: dist.barrier()