Skip to content

Commit

Permalink
Fix Wu2020Adversarial
Browse files Browse the repository at this point in the history
  • Loading branch information
dedeswim committed May 4, 2021
1 parent 737c3a5 commit f3f450e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robustbench/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def _safe_load_state_dict(model: nn.Module, model_name: str,
"Wong2020Fast", "Hendrycks2020AugMix_WRN", "Hendrycks2020AugMix_ResNeXt",
"Kireev2021Effectiveness_Gauss50percent", "Kireev2021Effectiveness_AugMixNoJSD",
"Kireev2021Effectiveness_RLAT", "Kireev2021Effectiveness_RLATAugMixNoJSD",
"Chen2020Efficient"
"Chen2020Efficient", "Wu2020Adversarial"
}

failure_message = 'Missing key(s) in state_dict: "mu", "sigma".'
Expand Down

0 comments on commit f3f450e

Please sign in to comment.