jmyoon1 / adp

Implementation of "Adversarial purification with Score-based generative models", ICML 2021
MIT License
28 stars 3 forks source link

Some ModuleNotFoundError bug shoud be concerned. #1

Open muyuuuu opened 3 years ago

muyuuuu commented 3 years ago
  1. utils/importData.py

    # from runners import TinyImageNet
  2. attacks/__init__.py

    # from runners import TinyImageNet
  3. runners/empirical.py

    # from ncsn.models.refinenet_dilated_baseline import RefineNetDilated
  4. runners/empirical.py

    from robustbench.utils import load_model

    where is this module?

  5. runners/empirical.py

    # from ncsnv2.runners.ncsn_runner import *
  6. runners/__init__.py

    # from runners.certified import *
    # from runners.deploy import *

Next time you can provide some programs that could be used as much as possible.

LiWZ19 commented 1 year ago

so how to deal with these errors? Downloading the modules by ourselves?

muyuuuu commented 1 year ago

so how to deal with these errors? Downloading the modules by ourselves?

emmmm, write model by yourself. In his paper's experiment, he said the model was reffered others.