mirror of
https://github.com/xiph/opus.git
synced 2025-05-11 22:28:25 +00:00
Updated FARGAN model with softquant
This commit is contained in:
parent
af6dbd84a8
commit
df02d25f0c
3 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ set -e
|
|||
srcdir=`dirname $0`
|
||||
test -n "$srcdir" && cd "$srcdir"
|
||||
|
||||
dnn/download_model.sh "160753e983198f29f1aae67c54caa0e30bd90f1ce916a52f15bdad2df8e35e58"
|
||||
dnn/download_model.sh "a86f0a9db852691d4335608733ec8384a407e585801ab9e4b490e0be297ac382"
|
||||
|
||||
echo "Updating build configuration files, please wait...."
|
||||
|
||||
|
|
|
@ -74,7 +74,7 @@ if __name__ == "__main__":
|
|||
output_folder = args.export_folder
|
||||
os.makedirs(output_folder, exist_ok=True)
|
||||
|
||||
writer = wexchange.c_export.c_writer.CWriter(os.path.join(output_folder, args.export_filename), model_struct_name=args.struct_name)
|
||||
writer = wexchange.c_export.c_writer.CWriter(os.path.join(output_folder, args.export_filename), model_struct_name=args.struct_name, add_typedef=True)
|
||||
|
||||
for name, module in model.named_modules():
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ dnn/models/lace_v2.pth
|
|||
dnn/models/nolace_v2.pth
|
||||
dnn/models/nolace_192_v2.pth
|
||||
dnn/models/nolace_160_v2.pth
|
||||
dnn/models/fargan48bbr_adv_50.pth
|
||||
dnn/models/fargan_sq1Ab_adv_50.pth
|
||||
dnn/models/rdovae_sparse5m_32.pth
|
||||
dnn/models/plc4ar_16.pth
|
||||
dnn/models/pitch_vsmallconv1.pth
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue