Pitch and fargan model updates

Removing one of the 2d conv layers for pitch estimation reduces
complexity without noticeable degradation. FARGAN model has more
adversarial training.
Also, no need for the double precision in the low-pass filter.
This commit is contained in:
Jean-Marc Valin 2023-10-28 23:33:47 -04:00
parent c99054dad9
commit ddd5669e79
No known key found for this signature in database
GPG key ID: 531A52533318F00A
5 changed files with 7 additions and 12 deletions

View file

@ -73,8 +73,7 @@ f"""
conv_layers = [
('conv.1', "conv2d_1"),
('conv.4', "conv2d_2"),
('conv.7', "conv2d_3")
('conv.4', "conv2d_2")
]