File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
# Copyright (C) 2021. All Rights Reserved.
8
8
9
9
__name__ = "pyabsa"
10
- __version__ = "2.0.27 "
10
+ __version__ = "2.0.28a0 "
11
11
12
12
from pyabsa .framework .flag_class import *
13
13
Original file line number Diff line number Diff line change 41
41
install_requires = [
42
42
"findfile>=2.0.0" ,
43
43
"autocuda>=0.16" ,
44
- "metric-visualizer>=0.8.7.2 " ,
44
+ "metric-visualizer>=0.8.7.3 " ,
45
45
"boostaug>=2.3.5" ,
46
46
"spacy" ,
47
47
"networkx" ,
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ def test_aspect_sentiment_classification_augmentation():
147
147
config .cache_dataset = False
148
148
config .l2reg = 1e-8
149
149
config .lsa = True
150
- config .data_num = 30
150
+ config .data_num = 120
151
151
152
152
config .seed = [random .randint (0 , 10000 ) for _ in range (1 )]
153
153
You can’t perform that action at this time.
0 commit comments