-
-
Notifications
You must be signed in to change notification settings - Fork 441
/
.test_durations
238 lines (238 loc) · 6.92 KB
/
.test_durations
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
[
[
"tests/test_corpus.py::TestChineseDailyNerCorpus::test_load_data",
0.791890680999999
],
[
"tests/test_corpus.py::TestSMP2018ECDTCorpus::test_load_data",
0.07738860300000105
],
[
"tests/test_generator.py::TestGenerator::test_batch_generator",
0.1659608910000001
],
[
"tests/test_generator.py::TestGenerator::test_corpus_generator",
0.0004785480000002451
],
[
"tests/test_generator.py::TestGenerator::test_huge_batch_size",
0.0017857870000010934
],
[
"tests/test_tokenizers.py::TestUtils::test_base_tokenizer",
0.00045628799999875014
],
[
"tests/test_tokenizers.py::TestUtils::test_bert_tokenizer",
0.00681187300000019
],
[
"tests/test_tokenizers.py::TestUtils::test_jieba_tokenizer",
3.054017858000001
],
[
"tests/test_utils.py::TestUtils::test_get_list_subset",
0.0004596760000001865
],
[
"tests/test_utils.py::TestUtils::test_unison_shuffled_copies",
0.0008055950000001033
],
[
"tests/test_classification/test_bi_gru_model.py::TestBiGRU_Model::test_basic_use",
26.957131174000004
],
[
"tests/test_classification/test_bi_gru_model.py::TestBiGRU_Model::test_multi_label",
20.192117628000005
],
[
"tests/test_classification/test_bi_gru_model.py::TestBiGRU_Model::test_with_word_embedding",
11.372548664
],
[
"tests/test_classification/test_bi_lstm_model.py::TestBiLSTM_Model::test_basic_use",
28.27500425000001
],
[
"tests/test_classification/test_bi_lstm_model.py::TestBiLSTM_Model::test_multi_label",
28.04191687800001
],
[
"tests/test_classification/test_bi_lstm_model.py::TestBiLSTM_Model::test_with_word_embedding",
11.645751617000016
],
[
"tests/test_classification/test_cnn_attention_model.py::TestCnnAttention_Model::test_basic_use",
2.8881167019999907
],
[
"tests/test_classification/test_cnn_attention_model.py::TestCnnAttention_Model::test_multi_label",
14.609918974999971
],
[
"tests/test_classification/test_cnn_attention_model.py::TestCnnAttention_Model::test_with_word_embedding",
1.442862555000005
],
[
"tests/test_classification/test_cnn_gru_model.py::TestCNN_GRU_Model::test_basic_use",
5.812660918000006
],
[
"tests/test_classification/test_cnn_gru_model.py::TestCNN_GRU_Model::test_multi_label",
6.379847061999982
],
[
"tests/test_classification/test_cnn_gru_model.py::TestCNN_GRU_Model::test_with_word_embedding",
3.058245263999993
],
[
"tests/test_classification/test_cnn_lstm_model.py::TestCNN_LSTM_Model::test_basic_use",
6.5338332440000215
],
[
"tests/test_classification/test_cnn_lstm_model.py::TestCNN_LSTM_Model::test_multi_label",
7.435480620999982
],
[
"tests/test_classification/test_cnn_lstm_model.py::TestCNN_LSTM_Model::test_with_word_embedding",
2.917810065999987
],
[
"tests/test_classification/test_cnn_model.py::TestBiGRU_Model::test_basic_use",
1.4649902729999837
],
[
"tests/test_classification/test_cnn_model.py::TestBiGRU_Model::test_multi_label",
2.6597315669999944
],
[
"tests/test_classification/test_cnn_model.py::TestBiGRU_Model::test_with_word_embedding",
1.2886368380000022
],
[
"tests/test_embeddings/test_bare_embedding.py::TestBareEmbedding::test_base_cases",
0.10868100899998012
],
[
"tests/test_embeddings/test_bare_embedding.py::TestBareEmbedding::test_with_model",
4.935055361000025
],
[
"tests/test_embeddings/test_transformer_embedding.py::TestBareEmbedding::test_base_cases",
0.10724691600000824
],
[
"tests/test_embeddings/test_transformer_embedding.py::TestBareEmbedding::test_with_model",
5.357032331999989
],
[
"tests/test_embeddings/test_transformer_embedding.py::TestTransferEmbedding::test_base_cases",
1.2804299539999988
],
[
"tests/test_embeddings/test_transformer_embedding.py::TestTransferEmbedding::test_with_model",
6.972018837000036
],
[
"tests/test_embeddings/test_word_embedding.py::TestBareEmbedding::test_base_cases",
0.10442442199999391
],
[
"tests/test_embeddings/test_word_embedding.py::TestBareEmbedding::test_with_model",
5.0369742190000295
],
[
"tests/test_embeddings/test_word_embedding.py::TestWordEmbedding::test_base_cases",
0.24649433999999815
],
[
"tests/test_embeddings/test_word_embedding.py::TestWordEmbedding::test_with_model",
5.744442873999986
],
[
"tests/test_labeling/test_bi_gru_crf_model.py::TestBiGRU_CRF_Model::test_basic_use",
27.22844565699998
],
[
"tests/test_labeling/test_bi_gru_crf_model.py::TestBiGRU_CRF_Model::test_with_bert",
15.653805492000004
],
[
"tests/test_labeling/test_bi_gru_crf_model.py::TestBiGRU_CRF_Model::test_with_word_embedding",
15.798518177000062
],
[
"tests/test_labeling/test_bi_gru_model.py::TestBiGRU_Model::test_basic_use",
22.86519840400001
],
[
"tests/test_labeling/test_bi_gru_model.py::TestBiGRU_Model::test_predict_and_callback",
11.08044686200003
],
[
"tests/test_labeling/test_bi_gru_model.py::TestBiGRU_Model::test_with_bert",
13.311688684999979
],
[
"tests/test_labeling/test_bi_gru_model.py::TestBiGRU_Model::test_with_word_embedding",
13.12735856400002
],
[
"tests/test_labeling/test_bi_lstm_crf_model.py::TestBiLSTM_CRF_Model::test_basic_use",
30.706889874000012
],
[
"tests/test_labeling/test_bi_lstm_crf_model.py::TestBiLSTM_CRF_Model::test_with_bert",
17.221633065999924
],
[
"tests/test_labeling/test_bi_lstm_crf_model.py::TestBiLSTM_CRF_Model::test_with_word_embedding",
17.035713270999963
],
[
"tests/test_labeling/test_bi_lstm_model.py::TestBiLSTM_Model::test_basic_use",
27.88147675900001
],
[
"tests/test_labeling/test_bi_lstm_model.py::TestBiLSTM_Model::test_with_bert",
14.351038211999992
],
[
"tests/test_labeling/test_bi_lstm_model.py::TestBiLSTM_Model::test_with_word_embedding",
13.007894668000006
],
[
"tests/test_labeling/test_cnn_lstm_model.py::TestCNN_LSTM_Model::test_basic_use",
24.476096025000004
],
[
"tests/test_labeling/test_cnn_lstm_model.py::TestCNN_LSTM_Model::test_with_bert",
13.546466815999906
],
[
"tests/test_labeling/test_cnn_lstm_model.py::TestCNN_LSTM_Model::test_with_word_embedding",
12.68343920000001
],
[
"tests/test_processor/test_class_processor.py::TestClassificationProcessor::test_multi_label_processor",
1.1768544880000036
],
[
"tests/test_processor/test_class_processor.py::TestClassificationProcessor::test_processor",
0.001395669999965321
],
[
"tests/test_processor/test_sequence_processor.py::TestSequenceProcessor::test_label_processor",
0.01879332600003636
],
[
"tests/test_processor/test_sequence_processor.py::TestSequenceProcessor::test_text_processor",
0.021944461000089177
],
[
"tests/test_seq2seq/test_seq2seq.py::TestSeq2Seq::test_base_use_case",
130.10345570900006
]
]