Views
No views yet
| Model | MACs | Acceleration (MACs) | PESQ score (the higher the better) |
|---|---|---|---|
| baseline | 302.39 B | 1.0 | 3.381 |
| ENOT optimized | 120.95 B | 2.5 | 3.386 |
Baseline_model.pth or ENOT_optimized_model.pth in the original repo by loading a model as generator in the following way:generator = torch.load("ENOT_optimized_model.pth")torch.save, so you can load them only from the original repository root because of imports.