Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

code for larger network #2

Open
yulu0724 opened this issue Jun 11, 2021 · 2 comments
Open

code for larger network #2

yulu0724 opened this issue Jun 11, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@yulu0724
Copy link

Hi, thanks for implementing the ZOO paper in pytorch, it is quite useful.
I am wondering if your code can be also used for larger newtork (e.g. Inception-v3). As shown in the paper, there are some tricks for this large network.

Thanks!

@as791
Copy link
Owner

as791 commented Jun 11, 2021

Hi, I am glad you find the implementation useful.

Although, the code is not yet fully compatible for larger image size data like ImageNet (I think you want to use inception v3 for dataset like that) as it requires the functionality of importance sampling, hierarchical attack, and dimentional reduction.

I have yet to include them in the code and they will be included soon.

Let me know if any other help needed.

@as791 as791 added the enhancement New feature or request label Jun 13, 2021
@as791
Copy link
Owner

as791 commented Feb 25, 2023

Hi @yulu0724 I have modified the code but not yet tested. Not sure if this will help you. this is google colab link for the same link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants