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:
authorJan Buethe <jbuethe@amazon.de>2023-08-01 22:58:08 +0300
committerJan Buethe <jbuethe@amazon.de>2023-08-01 22:58:08 +0300
commit5e045405739f8b58817a0ae1a97bceb5bd113dcf (patch)
treeaca57961bdf27a931252c356b3a221dd1c149cbb
parent902d763622fd6f7665c614bf66daaf8b8ba9fc48 (diff)
updated dump_model_weights.py
-rw-r--r--dnn/torch/fwgan/dump_model_weights.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/dnn/torch/fwgan/dump_model_weights.py b/dnn/torch/fwgan/dump_model_weights.py
index f4e38c15..64f955ac 100644
--- a/dnn/torch/fwgan/dump_model_weights.py
+++ b/dnn/torch/fwgan/dump_model_weights.py
@@ -12,7 +12,6 @@ import wexchange.torch
from models import model_dict
unquantized = [
- 'feat_in_conv1.conv',
'bfcc_with_corr_upsampler.fc',
'cont_net.0',
'fwc6.cont_fc.0',