File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 98
98
" EADEN : clean_acc=1.00 robust_acc=0.00 sec=7.04\n " ,
99
99
" - targeted : clean_acc=1.00 robust_acc=0.00 sec=7.04\n " ,
100
100
" PIFGSM : clean_acc=1.00 robust_acc=0.00 sec=0.07\n " ,
101
- " PIFGSMPLUSPLUS : clean_acc=1.00 robust_acc=0.00 sec=0.07\n " ,
101
+ " PIFGSMPP : clean_acc=1.00 robust_acc=0.00 sec=0.07\n " ,
102
102
" - targeted : clean_acc=1.00 robust_acc=1.00 sec=0.07\n " ,
103
103
" CW : clean_acc=1.00 robust_acc=0.00 sec=0.30\n " ,
104
104
" - targeted : clean_acc=1.00 robust_acc=0.20 sec=0.30\n " ,
Original file line number Diff line number Diff line change 27
27
# The short X.Y version
28
28
version = 'v3.5'
29
29
# The full version, including alpha/beta/rc tags
30
- release = 'v3.5.0 '
30
+ release = 'v3.5.1 '
31
31
32
32
33
33
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 9
9
10
10
setuptools .setup (
11
11
name = 'torchattacks' ,
12
- version = '3.5.0 ' ,
12
+ version = '3.5.1 ' ,
13
13
description = 'Torchattacks is a PyTorch library that provides adversarial attacks to generate adversarial examples.' ,
14
14
author = 'Harry Kim' ,
15
15
author_email = '24k.harry@gmail.com' ,
Original file line number Diff line number Diff line change 51
51
from .wrappers .multiattack import MultiAttack
52
52
from .wrappers .lgv import LGV
53
53
54
- __version__ = "3.5.0 "
54
+ __version__ = "3.5.1 "
55
55
__all__ = [
56
56
"VANILA" ,
57
57
"GN" ,
79
79
"EADL1" ,
80
80
"EADEN" ,
81
81
"PIFGSM" ,
82
- "PIFGSMPLUSPLUS " ,
82
+ "PIFGSMPP " ,
83
83
"CW" ,
84
84
"PGDL2" ,
85
85
"DeepFool" ,
You can’t perform that action at this time.
0 commit comments