Closed fzjcdt closed 4 months ago
Hi,
thanks for the pointer. The configuration file was already in the repo, but not included in MANIFEST.in. It should be fixed with https://github.com/RobustBench/robustbench/pull/188, but please let me know if it's not the case for you.
Hi,
Thank you for the quick response. I believe the problem has been resolved.
Thank you once again for your help.
Best regards.
Hello,
I encountered a FileNotFoundError when attempting to run the Bai2024MixedNUTS model. The error message is as follows:
It seems the model is trying to access a configuration file (
optimal_spca.yaml
) that does not exist in the specified directory.Temporary Solution: I found that manually downloading the content from https://github.com/Bai-YT/MixedNUTS/blob/main/robustbench_impl/optimal_spca.yaml and placing it into the corresponding directory (
.local/lib/python3.9/site-packages/robustbench/model_zoo/architectures/
) resolves the issue.Could you please look into this matter and possibly update the setup process to automatically include this configuration file.
Thank you for your assistance.