Hi~ This issue mentions the model size of FARGAN, which is about 600 MFLOPS complexity:
xiph/LPCNet#215 (comment)
1.
I would like to ask how can I further reduce the model complexity of FARGAN?
For packet loss scenarios, FARGAN only focuses on audio synthesis quality, while compensation quality is mainly handled by the PLCmodel. Is it possible to achieve similar results to the original FARGAN network by training a FARGAN network with fewer convolutions?
2.
Another question is about the adversarial training. I found that the loss didn't decrease and the loss of epoch1 is less than epoch50. Does that make sense?