From 1254e8aee1e3200acc2b4752c6822bfc1a21b22f Mon Sep 17 00:00:00 2001
From: StevenH <hongfanmeng@gmail.com>
Date: 星期六, 26 十月 2024 12:19:07 +0800
Subject: [PATCH] optimize ComputeDecibel in fsmn-vad model by using numpy (#2174)

---
 funasr/bin/train_ds.py |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/funasr/bin/train_ds.py b/funasr/bin/train_ds.py
index 69c2712..5b1eeaa 100644
--- a/funasr/bin/train_ds.py
+++ b/funasr/bin/train_ds.py
@@ -84,9 +84,6 @@
         dist.init_process_group(
             backend=kwargs.get("backend", "nccl"),
             init_method="env://",
-            find_unused_parameters=kwargs.get("train_conf", {}).get(
-                "find_unused_parameters", False
-            ),
         )
         torch.cuda.set_device(local_rank)
 

--
Gitblit v1.9.1