Results 6 issues of deciding

Hi, thanks for the code and the pretrained model, they really help me a lot! When I trying to use your pretrained model provided in the link [pan.baidu.com/s/1-Rqm7GwpV7Cc1XzHSpHROg](url), I found...

Hi, I noticed that in the assert/main.py, we have the configuration for resnet. ``` model_params = { 'MODEL_SELECT' : 1, # which model 'NUM_SPOOF_CLASS' : 7, # x-class classification 'FOCAL_GAMMA'...

In the readme the ppl is Llama-2-7b | 1x16 | 5.92 | 2.4 In the paper it is: Llama-2-7b AQLM 2.29 6.29 8.11 When I run locally using the same...

# 🐛 Bug benchmark shows that the memory consumption of some linear/activation layers is 0.00MB ## Command `pytest benchmark/benchmark_sp24.py` ## To Reproduce Steps to reproduce the behavior: 1.`pytest benchmark/benchmark_sp24.py` ##...

## What does this PR do? Fixes bugs: when run pytest, the memory consumption printed is 0.00MB. This is because class creation (also weight creation) happens in `benchmarks_generator`. Which is...

CLA Signed

It's strange that in the run.sh, we comment out the following lines ``` # # Make a version with reverberated speech # rvb_opts=() # rvb_opts+=(--rir-set-parameters "0.5, RIRS_NOISES/simulated_rirs/smallroom/rir_list") # rvb_opts+=(--rir-set-parameters "0.5,...