When I train multiple models using the --cond-size and --gru-size parameters, I have multiple models with different parameters. I enable USE_WEIGHTS_FILE to customize the models so I can switch between models with different parameters at any time. However, rnnoise_data.c is already compiled into the library, and I cannot modify it. This prevents me from switching to the corresponding rnnoise_data.c when using different modes, resulting in no sound.