shithub: opus

Download patch

ref: 5e045405739f8b58817a0ae1a97bceb5bd113dcf
parent: 902d763622fd6f7665c614bf66daaf8b8ba9fc48
author: Jan Buethe <jbuethe@amazon.de>
date: Tue Aug 1 17:58:08 EDT 2023

updated dump_model_weights.py

--- a/dnn/torch/fwgan/dump_model_weights.py
+++ b/dnn/torch/fwgan/dump_model_weights.py
@@ -12,7 +12,6 @@
 from models import model_dict
 
 unquantized = [
-    'feat_in_conv1.conv',
     'bfcc_with_corr_upsampler.fc',
     'cont_net.0',
     'fwc6.cont_fc.0',
--