-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update auto_LiRPA (July 2020 release)
Co-authored-by: Zhouxing Shi <zhouxingshichn@gmail.com> Co-authored-by: Huan Zhang <huan@huan-zhang.com> Co-authored-by: Yihan Wang <wangyihan617@gmail.com>
- Loading branch information
1 parent
d939ace
commit f4492ca
Showing
48 changed files
with
4,962 additions
and
1,796 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
from auto_LiRPA.bound_general import BoundedModule | ||
from auto_LiRPA.bound_general import BoundedModule, BoundDataParallel | ||
from auto_LiRPA.bounded_tensor import BoundedTensor, BoundedParameter | ||
from auto_LiRPA.perturbations import PerturbationLpNorm, PerturbationSynonym | ||
from auto_LiRPA.wrapper import CrossEntropyWrapper, CrossEntropyWrapperMultiInput |
Oops, something went wrong.