Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dnn/torch/osce/utils/layers/td_shaper.py')
-rw-r--r--dnn/torch/osce/utils/layers/td_shaper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dnn/torch/osce/utils/layers/td_shaper.py b/dnn/torch/osce/utils/layers/td_shaper.py
index 7080a1b3..0d2052ee 100644
--- a/dnn/torch/osce/utils/layers/td_shaper.py
+++ b/dnn/torch/osce/utils/layers/td_shaper.py
@@ -52,7 +52,7 @@ class TDShaper(nn.Module):
self.feature_alpha1_t = nn.Conv1d(self.env_dim, frame_size, 2)
self.feature_alpha2 = nn.Conv1d(frame_size, frame_size, 2)
- if soft_quant:
+ if softquant:
self.feature_alpha1_f = soft_quant(self.feature_alpha1_f)
if self.innovate: