Hi. I am trying to get your repository running. In particular, I am trying to run your experiments for transfer-based attacks. In your main_attack.py file, you have the following import statement:
from data.data_loader import build_dataloader
This import statement throws a ModuleNotFoundError: No module named 'data' error since there is no such module in your repository. I searched everywhere and could not find the build_dataloader function anywhere in repository either. I have all the dependencies installed.
Hi. I am trying to get your repository running. In particular, I am trying to run your experiments for transfer-based attacks. In your main_attack.py file, you have the following import statement:
from data.data_loader import build_dataloaderThis import statement throws a
ModuleNotFoundError: No module named 'data'error since there is no such module in your repository. I searched everywhere and could not find thebuild_dataloaderfunction anywhere in repository either. I have all the dependencies installed.