From 8e740e9897834c77e2475790741b330c18e518dc Mon Sep 17 00:00:00 2001
From: season <season4675@gmail.com>
Date: 星期日, 02 七月 2023 19:38:48 +0800
Subject: [PATCH] [funasr-runtime-deploy 0.0.4] streamline the process, and add command line parameters. (#697)

---
 funasr/models/encoder/ecapa_tdnn_encoder.py |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/funasr/models/encoder/ecapa_tdnn_encoder.py b/funasr/models/encoder/ecapa_tdnn_encoder.py
index 3a75e5c..878a3c0 100644
--- a/funasr/models/encoder/ecapa_tdnn_encoder.py
+++ b/funasr/models/encoder/ecapa_tdnn_encoder.py
@@ -528,8 +528,6 @@
 
     Arguments
     ---------
-    device : str
-        Device used, e.g., "cpu" or "cuda".
     activation : torch class
         A class for constructing the activation layers.
     channels : list of ints
@@ -555,7 +553,6 @@
     def __init__(
         self,
         input_size,
-        device="cpu",
         lin_neurons=192,
         activation=torch.nn.ReLU,
         channels=[512, 512, 512, 512, 1536],

--
Gitblit v1.9.1