From 5e045405739f8b58817a0ae1a97bceb5bd113dcf Mon Sep 17 00:00:00 2001 From: Jan Buethe <jbuethe@amazon.de> Date: Tue, 1 Aug 2023 21:58:08 +0200 Subject: [PATCH] updated dump_model_weights.py --- dnn/torch/fwgan/dump_model_weights.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dnn/torch/fwgan/dump_model_weights.py b/dnn/torch/fwgan/dump_model_weights.py index f4e38c155..64f955aca 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', -- GitLab