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

PGD torch device inconsistency #100

Open
timchenggu123 opened this issue Mar 2, 2022 · 1 comment
Open

PGD torch device inconsistency #100

timchenggu123 opened this issue Mar 2, 2022 · 1 comment

Comments

@timchenggu123
Copy link

on this line https://github.com/DSE-MSU/DeepRobust/blob/master/deeprobust/image/defense/pgdtraining.py#L219

adversary = PGD(self.model)

You guys forgot to pass in the self.device parameter, which results in inconsistency between the device in the PGD class and the PGDTraining class. I believe the correct code should be

adversary = PGD(self.model, device=self.device)

Can you guys fix that code? Thanks! :D

@GumpCode
Copy link

find the same error

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

No branches or pull requests

2 participants