-
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.
Co-authored-by: Huan Zhang <huan@huan-zhang.com> Co-authored-by: C-lister <qiruijin0@gmail.com> Co-authored-by: Kirkxuhj <68587847+Hongji1001@users.noreply.github.com> Co-authored-by: HaoChen <148925050+playboy233@users.noreply.github.com> Co-authored-by: keyis2 <98792462+keyis2@users.noreply.github.com> Co-authored-by: xiangruzh <67789819+xiangruzh@users.noreply.github.com> Co-authored-by: Christopher Brix <brix@cs.rwth-aachen.de>
- Loading branch information
1 parent
2553832
commit bfb7997
Showing
87 changed files
with
5,453 additions
and
3,412 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
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,8 +1,24 @@ | ||
######################################################################### | ||
## This file is part of the auto_LiRPA library, a core part of the ## | ||
## α,β-CROWN (alpha-beta-CROWN) neural network verifier developed ## | ||
## by the α,β-CROWN Team ## | ||
## ## | ||
## Copyright (C) 2020-2024 The α,β-CROWN Team ## | ||
## Primary contacts: Huan Zhang <huan@huan-zhang.com> ## | ||
## Zhouxing Shi <zshi@cs.ucla.edu> ## | ||
## Kaidi Xu <kx46@drexel.edu> ## | ||
## ## | ||
## See CONTRIBUTORS for all author contacts and affiliations. ## | ||
## ## | ||
## This program is licensed under the BSD 3-Clause License, ## | ||
## contained in the LICENCE file in this directory. ## | ||
## ## | ||
######################################################################### | ||
from .bound_general import BoundedModule | ||
from .bound_multi_gpu import BoundDataParallel | ||
from .bounded_tensor import BoundedTensor, BoundedParameter | ||
from .perturbations import PerturbationLpNorm, PerturbationSynonym | ||
from .wrapper import CrossEntropyWrapper, CrossEntropyWrapperMultiInput | ||
from .bound_op_map import register_custom_op, unregister_custom_op | ||
|
||
__version__ = '0.4.0' | ||
__version__ = '0.5.0' |
Oops, something went wrong.