From 5cf512419c282f833ee35a2f31890bff00d94343 Mon Sep 17 00:00:00 2001
From: zhifu gao <zhifu.gzf@alibaba-inc.com>
Date: 星期四, 07 十二月 2023 16:57:03 +0800
Subject: [PATCH] update with main (#1158)
---
funasr/layers/inversible_interface.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/funasr/layers/inversible_interface.py b/funasr/layers/inversible_interface.py
index a1a5939..657ec68 100644
--- a/funasr/layers/inversible_interface.py
+++ b/funasr/layers/inversible_interface.py
@@ -11,4 +11,4 @@
self, input: torch.Tensor, input_lengths: torch.Tensor = None
) -> Tuple[torch.Tensor, torch.Tensor]:
# return output, output_lengths
- raise NotImplementedError
+ raise NotImplementedError
\ No newline at end of file
--
Gitblit v1.9.1