Definite commited on
Commit
f3588ae
·
verified ·
1 Parent(s): 823aba8

Upload 10 files

Browse files
CKPT.yaml ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # yamllint disable
2
+ ErrorRate: 0.3987189829349518
3
+ end-of-epoch: true
4
+ unixtime: 1717514247.4720354
brain.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:847c6ac3bf30588a0216e35313ad9505053ca7e62871c1160c33d532b5c8815f
3
+ size 50
classifier.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d292d66608240df48e5d2f530c94544a6fec4c02d7337aec2a2ef54b26c9337a
3
+ size 3840482
counter.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b
3
+ size 1
dataloader-TRAIN.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21cc5776d62ef1cf0bac1940bf24bfa6c55f025bd07894e4b10f42f109409ec3
3
+ size 5
embedding_model.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f039c9c9eb7c802f53f434c3e2a5ff6e6a2450fb878518ef5a2b94ccda65e47
3
+ size 16887535
hyperparams.yaml ADDED
@@ -0,0 +1,211 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Generated 2024-06-04 from:
2
+ # /content/speechbrain/recipes/VoxCeleb/SpeakerRec/hparams/train_x_vectors.yaml
3
+ # yamllint disable
4
+ # ################################
5
+ # Model: Speaker identification with ECAPA
6
+ # Authors: Hwidong Na & Mirco Ravanelli
7
+ # ################################
8
+
9
+ # Basic parameters
10
+ seed: 1986
11
+ __set_seed: !apply:torch.manual_seed [1986]
12
+ output_folder: results/xvect_augment/1986
13
+ save_folder: results/xvect_augment/1986/save
14
+ pretrained_path: !ref <save_folder>/CKPT+2024-06-04+15-17-27+00
15
+ train_log: results/xvect_augment/1986/train_log.txt
16
+
17
+ # Data for augmentation
18
+ NOISE_DATASET_URL:
19
+ https://www.dropbox.com/scl/fi/a09pj97s5ifan81dqhi4n/noises.zip?rlkey=j8b0n9kdjdr32o1f06t0cw5b7&dl=1
20
+ RIR_DATASET_URL:
21
+ https://www.dropbox.com/scl/fi/linhy77c36mu10965a836/RIRs.zip?rlkey=pg9cu8vrpn2u173vhiqyu743u&dl=1
22
+
23
+ # Data files
24
+ data_folder: ./Voxceleb # e.g. /path/to/Voxceleb
25
+ data_folder_noise: ./Voxceleb/noise # The noisy sequences for data augmentation will automatically be downloaded here.
26
+ data_folder_rir: ./Voxceleb/rir # The impulse responses used for data augmentation will automatically be downloaded here.
27
+ train_annotation: results/xvect_augment/1986/save/train.csv
28
+ valid_annotation: results/xvect_augment/1986/save/dev.csv
29
+ noise_annotation: results/xvect_augment/1986/save/noise.csv
30
+ rir_annotation: results/xvect_augment/1986/save/rir.csv
31
+
32
+ # Use the following links for the official voxceleb splits:
33
+ # VoxCeleb1 (cleaned): https://www.robots.ox.ac.uk/~vgg/data/voxceleb/meta/veri_test2.txt
34
+ # VoxCeleb1-H (cleaned): https://www.robots.ox.ac.uk/~vgg/data/voxceleb/meta/list_test_hard2.txt
35
+ # VoxCeleb1-E (cleaned): https://www.robots.ox.ac.uk/~vgg/data/voxceleb/meta/list_test_all2.txt.
36
+ # VoxCeleb1-E and VoxCeleb1-H lists are drawn from the VoxCeleb1 training set.
37
+ # Therefore you cannot use any files in VoxCeleb1 for training if you are using these lists for testing.
38
+ verification_file: ./Voxceleb/save/veri_test.txt
39
+
40
+ split_ratio: [90, 10]
41
+ skip_prep: true
42
+ ckpt_interval_minutes: 15 # save checkpoint every N min
43
+
44
+ # Training parameters
45
+ number_of_epochs: 1
46
+ batch_size: 16
47
+ lr: 0.001
48
+ lr_final: 0.0001
49
+
50
+ sample_rate: 16000
51
+ sentence_len: 3.0 # seconds
52
+ shuffle: true
53
+ random_chunk: false
54
+
55
+ # Feature parameters
56
+ n_mels: 24
57
+ left_frames: 0
58
+ right_frames: 0
59
+ deltas: false
60
+
61
+ # Number of speakers
62
+ out_n_neurons: 1349 #1211 for vox1 # 5994 for vox2, 7205 for vox1+vox2
63
+ emb_dim: 512
64
+
65
+ num_workers: 4
66
+ dataloader_options:
67
+ batch_size: 16
68
+ shuffle: true
69
+ num_workers: 4
70
+
71
+ # Functions
72
+ compute_features: &id005 !new:speechbrain.lobes.features.Fbank
73
+ n_mels: 24
74
+ left_frames: 0
75
+ right_frames: 0
76
+ deltas: false
77
+
78
+ embedding_model: &id006 !new:speechbrain.lobes.models.Xvector.Xvector
79
+ in_channels: 24
80
+ activation: !name:torch.nn.LeakyReLU
81
+ tdnn_blocks: 5
82
+ tdnn_channels: [512, 512, 512, 512, 1500]
83
+ tdnn_kernel_sizes: [5, 3, 3, 1, 1]
84
+ tdnn_dilations: [1, 2, 3, 1, 1]
85
+ lin_neurons: 512
86
+
87
+ classifier: &id007 !new:speechbrain.lobes.models.Xvector.Classifier
88
+ input_shape: [null, null, 512]
89
+ activation: !name:torch.nn.LeakyReLU
90
+ lin_blocks: 1
91
+ lin_neurons: 512
92
+ out_neurons: 1349
93
+
94
+ epoch_counter: &id009 !new:speechbrain.utils.epoch_loop.EpochCounter
95
+ limit: 1
96
+
97
+ ############################## Augmentations ###################################
98
+
99
+ # Download and prepare the dataset of noisy sequences for augmentation
100
+ prepare_noise_data: !name:speechbrain.augment.preparation.prepare_dataset_from_URL
101
+ URL:
102
+ https://www.dropbox.com/scl/fi/a09pj97s5ifan81dqhi4n/noises.zip?rlkey=j8b0n9kdjdr32o1f06t0cw5b7&dl=1
103
+ dest_folder: ./Voxceleb/noise
104
+ ext: wav
105
+ csv_file: results/xvect_augment/1986/save/noise.csv
106
+
107
+
108
+ # Add noise to input signal
109
+ add_noise: &id001 !new:speechbrain.augment.time_domain.AddNoise
110
+ csv_file: results/xvect_augment/1986/save/noise.csv
111
+ snr_low: 0
112
+ snr_high: 15
113
+ noise_sample_rate: 16000
114
+ clean_sample_rate: 16000
115
+ num_workers: 4
116
+
117
+ # Download and prepare the dataset of room impulse responses for augmentation
118
+ prepare_rir_data: !name:speechbrain.augment.preparation.prepare_dataset_from_URL
119
+ URL:
120
+ https://www.dropbox.com/scl/fi/linhy77c36mu10965a836/RIRs.zip?rlkey=pg9cu8vrpn2u173vhiqyu743u&dl=1
121
+ dest_folder: ./Voxceleb/rir
122
+ ext: wav
123
+ csv_file: results/xvect_augment/1986/save/rir.csv
124
+
125
+ # Add reverberation to input signal
126
+ add_reverb: &id002 !new:speechbrain.augment.time_domain.AddReverb
127
+ csv_file: results/xvect_augment/1986/save/rir.csv
128
+ reverb_sample_rate: 16000
129
+ clean_sample_rate: 16000
130
+ num_workers: 4
131
+
132
+ # Frequency drop: randomly drops a number of frequency bands to zero.
133
+ drop_freq: &id003 !new:speechbrain.augment.time_domain.DropFreq
134
+ drop_freq_low: 0
135
+ drop_freq_high: 1
136
+ drop_freq_count_low: 1
137
+ drop_freq_count_high: 3
138
+ drop_freq_width: 0.05
139
+
140
+ # Time drop: randomly drops a number of temporal chunks.
141
+ drop_chunk: &id004 !new:speechbrain.augment.time_domain.DropChunk
142
+ drop_length_low: 1000
143
+ drop_length_high: 2000
144
+ drop_count_low: 1
145
+ drop_count_high: 5
146
+
147
+ # Augmenter: Combines previously defined augmentations to perform data augmentation
148
+ wav_augment: !new:speechbrain.augment.augmenter.Augmenter
149
+ parallel_augment: true
150
+ concat_original: true
151
+ min_augmentations: 4
152
+ max_augmentations: 4
153
+ augment_prob: 1.0
154
+ augmentations: [*id001, *id002, *id003, *id004]
155
+
156
+ mean_var_norm: &id008 !new:speechbrain.processing.features.InputNormalization
157
+
158
+ # Cost + optimization
159
+ norm_type: sentence
160
+ std_norm: false
161
+
162
+ mean_var_norm_emb: !new:speechbrain.processing.features.InputNormalization
163
+ norm_type: global
164
+ std_norm: False
165
+
166
+ label_encoder: !new:speechbrain.dataio.encoder.CategoricalEncoder
167
+
168
+ modules:
169
+ compute_features: *id005
170
+ embedding_model: *id006
171
+ classifier: *id007
172
+ mean_var_norm: *id008
173
+ compute_cost: !name:speechbrain.nnet.losses.nll_loss
174
+ # compute_error: !name:speechbrain.nnet.losses.classification_error
175
+
176
+ opt_class: !name:torch.optim.Adam
177
+ lr: 0.001
178
+ weight_decay: 0.000002
179
+
180
+ lr_annealing: !new:speechbrain.nnet.schedulers.LinearScheduler
181
+ initial_value: 0.001
182
+ final_value: 0.0001
183
+ epoch_count: 1
184
+
185
+ # Logging + checkpoints
186
+ train_logger: !new:speechbrain.utils.train_logger.FileTrainLogger
187
+ save_file: results/xvect_augment/1986/train_log.txt
188
+
189
+ error_stats: !name:speechbrain.utils.metric_stats.MetricStats
190
+ metric: !name:speechbrain.nnet.losses.classification_error
191
+ reduction: batch
192
+
193
+ checkpointer: !new:speechbrain.utils.checkpoints.Checkpointer
194
+ checkpoints_dir: results/xvect_augment/1986/save
195
+ recoverables:
196
+ embedding_model: *id006
197
+ classifier: *id007
198
+ normalizer: *id008
199
+ counter: *id009
200
+
201
+ pretrainer: !new:speechbrain.utils.parameter_transfer.Pretrainer
202
+ loadables:
203
+ embedding_model: *id006
204
+ mean_var_norm: *id008
205
+ classifier: *id007
206
+ label_encoder: !ref <label_encoder>
207
+ paths:
208
+ embedding_model: !ref <pretrained_path>/embedding_model.ckpt
209
+ mean_var_norm: !ref <pretrained_path>/normalizer.ckpt
210
+ classifier: !ref <pretrained_path>/classifier.ckpt
211
+ label_encoder: !ref <pretrained_path>/label_encoder.txt
label_encoder.txt ADDED
@@ -0,0 +1,1351 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '2697' => 0
2
+ '3182' => 1
3
+ '0523' => 2
4
+ '0676' => 3
5
+ '0062' => 4
6
+ '2504' => 5
7
+ '3789' => 6
8
+ '0638' => 7
9
+ '9025' => 8
10
+ '0721' => 9
11
+ '1520' => 10
12
+ '3121' => 11
13
+ '0925' => 12
14
+ '0808' => 13
15
+ '3139' => 14
16
+ '1195' => 15
17
+ '2227' => 16
18
+ '4055' => 17
19
+ '2794' => 18
20
+ '3389' => 19
21
+ '2348' => 20
22
+ '4030' => 21
23
+ '1666' => 22
24
+ '3319' => 23
25
+ '1560' => 24
26
+ '2456' => 25
27
+ '0905' => 26
28
+ '1800' => 27
29
+ '2617' => 28
30
+ '0619' => 29
31
+ '2375' => 30
32
+ '3454' => 31
33
+ '3395' => 32
34
+ '3995' => 33
35
+ '1234' => 34
36
+ '0349' => 35
37
+ '0819' => 36
38
+ '3503' => 37
39
+ '1997' => 38
40
+ '3860' => 39
41
+ '0641' => 40
42
+ '1828' => 41
43
+ '0971' => 42
44
+ '4090' => 43
45
+ '1205' => 44
46
+ '1447' => 45
47
+ '4083' => 46
48
+ '1721' => 47
49
+ '1684' => 48
50
+ '2365' => 49
51
+ '1253' => 50
52
+ '3063' => 51
53
+ '3719' => 52
54
+ '3854' => 53
55
+ '0351' => 54
56
+ '0612' => 55
57
+ '2087' => 56
58
+ '3997' => 57
59
+ '3134' => 58
60
+ '3228' => 59
61
+ '2536' => 60
62
+ '0659' => 61
63
+ '4078' => 62
64
+ '3963' => 63
65
+ '1252' => 64
66
+ '0047' => 65
67
+ '1345' => 66
68
+ '3793' => 67
69
+ '4061' => 68
70
+ '4066' => 69
71
+ '3920' => 70
72
+ '1220' => 71
73
+ '3348' => 72
74
+ '3930' => 73
75
+ '0554' => 74
76
+ '0329' => 75
77
+ '3593' => 76
78
+ '4009' => 77
79
+ '0586' => 78
80
+ '1293' => 79
81
+ '1833' => 80
82
+ '2934' => 81
83
+ '2644' => 82
84
+ '1448' => 83
85
+ '1610' => 84
86
+ '0843' => 85
87
+ '0325' => 86
88
+ '1566' => 87
89
+ '0571' => 88
90
+ '2226' => 89
91
+ '2065' => 90
92
+ '0574' => 91
93
+ '1237' => 92
94
+ '0877' => 93
95
+ '0392' => 94
96
+ '3904' => 95
97
+ '0539' => 96
98
+ '0407' => 97
99
+ '1103' => 98
100
+ '0753' => 99
101
+ '4062' => 100
102
+ '3677' => 101
103
+ '1474' => 102
104
+ '0670' => 103
105
+ '1701' => 104
106
+ '4057' => 105
107
+ '2104' => 106
108
+ '2197' => 107
109
+ '2860' => 108
110
+ '0510' => 109
111
+ '1077' => 110
112
+ '2833' => 111
113
+ '1589' => 112
114
+ '0624' => 113
115
+ '1412' => 114
116
+ '0275' => 115
117
+ '1818' => 116
118
+ '0382' => 117
119
+ '1933' => 118
120
+ '3864' => 119
121
+ '3597' => 120
122
+ '2879' => 121
123
+ '0902' => 122
124
+ '2426' => 123
125
+ '2589' => 124
126
+ '1076' => 125
127
+ '0618' => 126
128
+ '0416' => 127
129
+ '3208' => 128
130
+ '2313' => 129
131
+ '4047' => 130
132
+ '1797' => 131
133
+ '1374' => 132
134
+ '1098' => 133
135
+ '0834' => 134
136
+ '0708' => 135
137
+ '2663' => 136
138
+ '2963' => 137
139
+ '2873' => 138
140
+ '1310' => 139
141
+ '1585' => 140
142
+ '0443' => 141
143
+ '3755' => 142
144
+ '4079' => 143
145
+ '1469' => 144
146
+ '1368' => 145
147
+ '1752' => 146
148
+ '2039' => 147
149
+ '0397' => 148
150
+ '2965' => 149
151
+ '0533' => 150
152
+ '1183' => 151
153
+ '0937' => 152
154
+ '0127' => 153
155
+ '3891' => 154
156
+ '1221' => 155
157
+ '1095' => 156
158
+ '2753' => 157
159
+ '3485' => 158
160
+ '1338' => 159
161
+ '1356' => 160
162
+ '0742' => 161
163
+ '0601' => 162
164
+ '0029' => 163
165
+ '2118' => 164
166
+ '1320' => 165
167
+ '1387' => 166
168
+ '3980' => 167
169
+ '0865' => 168
170
+ '3875' => 169
171
+ '2815' => 170
172
+ '1089' => 171
173
+ '2938' => 172
174
+ '0966' => 173
175
+ '3171' => 174
176
+ '1580' => 175
177
+ '2632' => 176
178
+ '0546' => 177
179
+ '3773' => 178
180
+ '2239' => 179
181
+ '3922' => 180
182
+ '1663' => 181
183
+ '0964' => 182
184
+ '1593' => 183
185
+ '1400' => 184
186
+ '3752' => 185
187
+ '3876' => 186
188
+ '3806' => 187
189
+ '2645' => 188
190
+ '3912' => 189
191
+ '0512' => 190
192
+ '0411' => 191
193
+ '2155' => 192
194
+ '2615' => 193
195
+ '0446' => 194
196
+ '0345' => 195
197
+ '2799' => 196
198
+ '1347' => 197
199
+ '1232' => 198
200
+ '3748' => 199
201
+ '0491' => 200
202
+ '4001' => 201
203
+ '1500' => 202
204
+ '0600' => 203
205
+ '1280' => 204
206
+ '1532' => 205
207
+ '3607' => 206
208
+ '2202' => 207
209
+ '0798' => 208
210
+ '3887' => 209
211
+ '3681' => 210
212
+ '1033' => 211
213
+ '1723' => 212
214
+ '1634' => 213
215
+ '2892' => 214
216
+ '2766' => 215
217
+ '1413' => 216
218
+ '0731' => 217
219
+ '1059' => 218
220
+ '1211' => 219
221
+ '2776' => 220
222
+ '2582' => 221
223
+ '3903' => 222
224
+ '3976' => 223
225
+ '0547' => 224
226
+ '1756' => 225
227
+ '0647' => 226
228
+ '1453' => 227
229
+ '0756' => 228
230
+ '0480' => 229
231
+ '1858' => 230
232
+ '1970' => 231
233
+ '1185' => 232
234
+ '3084' => 233
235
+ '1909' => 234
236
+ '0847' => 235
237
+ '3091' => 236
238
+ '2640' => 237
239
+ '0360' => 238
240
+ '3990' => 239
241
+ '0724' => 240
242
+ '1178' => 241
243
+ '4003' => 242
244
+ '3390' => 243
245
+ '0472' => 244
246
+ '2048' => 245
247
+ '2012' => 246
248
+ '1131' => 247
249
+ '3548' => 248
250
+ '3941' => 249
251
+ '0643' => 250
252
+ '4046' => 251
253
+ '1315' => 252
254
+ '2850' => 253
255
+ '3832' => 254
256
+ '1697' => 255
257
+ '4044' => 256
258
+ '2667' => 257
259
+ '2616' => 258
260
+ '0726' => 259
261
+ '2576' => 260
262
+ '2560' => 261
263
+ '0735' => 262
264
+ '9012' => 263
265
+ '1102' => 264
266
+ '0692' => 265
267
+ '2748' => 266
268
+ '3932' => 267
269
+ '0644' => 268
270
+ '1332' => 269
271
+ '1841' => 270
272
+ '0608' => 271
273
+ '1764' => 272
274
+ '1202' => 273
275
+ '1921' => 274
276
+ '3189' => 275
277
+ '2270' => 276
278
+ '0840' => 277
279
+ '1056' => 278
280
+ '0630' => 279
281
+ '0330' => 280
282
+ '3816' => 281
283
+ '3314' => 282
284
+ '2574' => 283
285
+ '1890' => 284
286
+ '0057' => 285
287
+ '1494' => 286
288
+ '3162' => 287
289
+ '3911' => 288
290
+ '2120' => 289
291
+ '1877' => 290
292
+ '3525' => 291
293
+ '3147' => 292
294
+ '0917' => 293
295
+ '2767' => 294
296
+ '3897' => 295
297
+ '0706' => 296
298
+ '0755' => 297
299
+ '0577' => 298
300
+ '3315' => 299
301
+ '3335' => 300
302
+ '1936' => 301
303
+ '1595' => 302
304
+ '1690' => 303
305
+ '2600' => 304
306
+ '3262' => 305
307
+ '3196' => 306
308
+ '0010' => 307
309
+ '3699' => 308
310
+ '2821' => 309
311
+ '2687' => 310
312
+ '0024' => 311
313
+ '2718' => 312
314
+ '3486' => 313
315
+ '1705' => 314
316
+ '2800' => 315
317
+ '1281' => 316
318
+ '2609' => 317
319
+ '3818' => 318
320
+ '0935' => 319
321
+ '0857' => 320
322
+ '1776' => 321
323
+ '4077' => 322
324
+ '2159' => 323
325
+ '1218' => 324
326
+ '0413' => 325
327
+ '1313' => 326
328
+ '2488' => 327
329
+ '1196' => 328
330
+ '2047' => 329
331
+ '3274' => 330
332
+ '0628' => 331
333
+ '0894' => 332
334
+ '0914' => 333
335
+ '3946' => 334
336
+ '1376' => 335
337
+ '1171' => 336
338
+ '1021' => 337
339
+ '2501' => 338
340
+ '2484' => 339
341
+ '0921' => 340
342
+ '2062' => 341
343
+ '1057' => 342
344
+ '1579' => 343
345
+ '1275' => 344
346
+ '2414' => 345
347
+ '3111' => 346
348
+ '3445' => 347
349
+ '0694' => 348
350
+ '4034' => 349
351
+ '0909' => 350
352
+ '2542' => 351
353
+ '0678' => 352
354
+ '2260' => 353
355
+ '0775' => 354
356
+ '0455' => 355
357
+ '0823' => 356
358
+ '3055' => 357
359
+ '1426' => 358
360
+ '2157' => 359
361
+ '1548' => 360
362
+ '0609' => 361
363
+ '1525' => 362
364
+ '0993' => 363
365
+ '1186' => 364
366
+ '2212' => 365
367
+ '2588' => 366
368
+ '3914' => 367
369
+ '3662' => 368
370
+ '3620' => 369
371
+ '1870' => 370
372
+ '0342' => 371
373
+ '1817' => 372
374
+ '0476' => 373
375
+ '0458' => 374
376
+ '1401' => 375
377
+ '2710' => 376
378
+ '4020' => 377
379
+ '2651' => 378
380
+ '1314' => 379
381
+ '3868' => 380
382
+ '0001' => 381
383
+ '0422' => 382
384
+ '3718' => 383
385
+ '2665' => 384
386
+ '2163' => 385
387
+ '1484' => 386
388
+ '0715' => 387
389
+ '0452' => 388
390
+ '3436' => 389
391
+ '0264' => 390
392
+ '2570' => 391
393
+ '2842' => 392
394
+ '3729' => 393
395
+ '0680' => 394
396
+ '0963' => 395
397
+ '1902' => 396
398
+ '3484' => 397
399
+ '0348' => 398
400
+ '1977' => 399
401
+ '1075' => 400
402
+ '3952' => 401
403
+ '2025' => 402
404
+ '4056' => 403
405
+ '0720' => 404
406
+ '2911' => 405
407
+ '1565' => 406
408
+ '3883' => 407
409
+ '0532' => 408
410
+ '3778' => 409
411
+ '1638' => 410
412
+ '2793' => 411
413
+ '0736' => 412
414
+ '0626' => 413
415
+ '1962' => 414
416
+ '2217' => 415
417
+ '0524' => 416
418
+ '2565' => 417
419
+ '0947' => 418
420
+ '1673' => 419
421
+ '0095' => 420
422
+ '0002' => 421
423
+ '3451' => 422
424
+ '4010' => 423
425
+ '2111' => 424
426
+ '0688' => 425
427
+ '0438' => 426
428
+ '3333' => 427
429
+ '0531' => 428
430
+ '0806' => 429
431
+ '0507' => 430
432
+ '1187' => 431
433
+ '3839' => 432
434
+ '2633' => 433
435
+ '2672' => 434
436
+ '2053' => 435
437
+ '1757' => 436
438
+ '4006' => 437
439
+ '0402' => 438
440
+ '4052' => 439
441
+ '0691' => 440
442
+ '1160' => 441
443
+ '3772' => 442
444
+ '1965' => 443
445
+ '3169' => 444
446
+ '1219' => 445
447
+ '1863' => 446
448
+ '2885' => 447
449
+ '4029' => 448
450
+ '0777' => 449
451
+ '2108' => 450
452
+ '3928' => 451
453
+ '2569' => 452
454
+ '1802' => 453
455
+ '1008' => 454
456
+ '2435' => 455
457
+ '2971' => 456
458
+ '0556' => 457
459
+ '0988' => 458
460
+ '3727' => 459
461
+ '1148' => 460
462
+ '1488' => 461
463
+ '1122' => 462
464
+ '3877' => 463
465
+ '2345' => 464
466
+ '1646' => 465
467
+ '1427' => 466
468
+ '1689' => 467
469
+ '3722' => 468
470
+ '4072' => 469
471
+ '0674' => 470
472
+ '0712' => 471
473
+ '0838' => 472
474
+ '1248' => 473
475
+ '3001' => 474
476
+ '0783' => 475
477
+ '0496' => 476
478
+ '2567' => 477
479
+ '2478' => 478
480
+ '2812' => 479
481
+ '3381' => 480
482
+ '2886' => 481
483
+ '4065' => 482
484
+ '3888' => 483
485
+ '0594' => 484
486
+ '2032' => 485
487
+ '3430' => 486
488
+ '3612' => 487
489
+ '0365' => 488
490
+ '0967' => 489
491
+ '2503' => 490
492
+ '3949' => 491
493
+ '2707' => 492
494
+ '2194' => 493
495
+ '1508' => 494
496
+ '0833' => 495
497
+ '3125' => 496
498
+ '3760' => 497
499
+ '3309' => 498
500
+ '3935' => 499
501
+ '1359' => 500
502
+ '2545' => 501
503
+ '0863' => 502
504
+ '3108' => 503
505
+ '0459' => 504
506
+ '1892' => 505
507
+ '0375' => 506
508
+ '3441' => 507
509
+ '3501' => 508
510
+ '0358' => 509
511
+ '0514' => 510
512
+ '3893' => 511
513
+ '1805' => 512
514
+ '0916' => 513
515
+ '0656' => 514
516
+ '1169' => 515
517
+ '0463' => 516
518
+ '0519' => 517
519
+ '3126' => 518
520
+ '3627' => 519
521
+ '0492' => 520
522
+ '0138' => 521
523
+ '2397' => 522
524
+ '0353' => 523
525
+ '1984' => 524
526
+ '3271' => 525
527
+ '1939' => 526
528
+ '1276' => 527
529
+ '0558' => 528
530
+ '1244' => 529
531
+ '1497' => 530
532
+ '2512' => 531
533
+ '2079' => 532
534
+ '2009' => 533
535
+ '1442' => 534
536
+ '0842' => 535
537
+ '3322' => 536
538
+ '3326' => 537
539
+ '0881' => 538
540
+ '1357' => 539
541
+ '3632' => 540
542
+ '1718' => 541
543
+ '1337' => 542
544
+ '3007' => 543
545
+ '3468' => 544
546
+ '2559' => 545
547
+ '0936' => 546
548
+ '3859' => 547
549
+ '0690' => 548
550
+ '0562' => 549
551
+ '2490' => 550
552
+ '2636' => 551
553
+ '2327' => 552
554
+ '0766' => 553
555
+ '3947' => 554
556
+ '3885' => 555
557
+ '0578' => 556
558
+ '1284' => 557
559
+ '0815' => 558
560
+ '1268' => 559
561
+ '0698' => 560
562
+ '1113' => 561
563
+ '3780' => 562
564
+ '1462' => 563
565
+ '1366' => 564
566
+ '1386' => 565
567
+ '0570' => 566
568
+ '1456' => 567
569
+ '4032' => 568
570
+ '0450' => 569
571
+ '2208' => 570
572
+ '0749' => 571
573
+ '2891' => 572
574
+ '3989' => 573
575
+ '0587' => 574
576
+ '3804' => 575
577
+ '3975' => 576
578
+ '3626' => 577
579
+ '2440' => 578
580
+ '0765' => 579
581
+ '2383' => 580
582
+ '3988' => 581
583
+ '0355' => 582
584
+ '4068' => 583
585
+ '3852' => 584
586
+ '2505' => 585
587
+ '3886' => 586
588
+ '0579' => 587
589
+ '0899' => 588
590
+ '3942' => 589
591
+ '1025' => 590
592
+ '0997' => 591
593
+ '1258' => 592
594
+ '1434' => 593
595
+ '0888' => 594
596
+ '1146' => 595
597
+ '0525' => 596
598
+ '0369' => 597
599
+ '0849' => 598
600
+ '3905' => 599
601
+ '2453' => 600
602
+ '3098' => 601
603
+ '2781' => 602
604
+ '2587' => 603
605
+ '3210' => 604
606
+ '0807' => 605
607
+ '2992' => 606
608
+ '2491' => 607
609
+ '1564' => 608
610
+ '4043' => 609
611
+ '9018' => 610
612
+ '1394' => 611
613
+ '4054' => 612
614
+ '2509' => 613
615
+ '0809' => 614
616
+ '3781' => 615
617
+ '1224' => 616
618
+ '0687' => 617
619
+ '1982' => 618
620
+ '3385' => 619
621
+ '3741' => 620
622
+ '3028' => 621
623
+ '3499' => 622
624
+ '0603' => 623
625
+ '3983' => 624
626
+ '0635' => 625
627
+ '3917' => 626
628
+ '1669' => 627
629
+ '1331' => 628
630
+ '3605' => 629
631
+ '1278' => 630
632
+ '0986' => 631
633
+ '1628' => 632
634
+ '2720' => 633
635
+ '3742' => 634
636
+ '2662' => 635
637
+ '2967' => 636
638
+ '2595' => 637
639
+ '3409' => 638
640
+ '1502' => 639
641
+ '0599' => 640
642
+ '1551' => 641
643
+ '2008' => 642
644
+ '1407' => 643
645
+ '1312' => 644
646
+ '0738' => 645
647
+ '1947' => 646
648
+ '3472' => 647
649
+ '1420' => 648
650
+ '0977' => 649
651
+ '3794' => 650
652
+ '1249' => 651
653
+ '3862' => 652
654
+ '3092' => 653
655
+ '0681' => 654
656
+ '0544' => 655
657
+ '1090' => 656
658
+ '1803' => 657
659
+ '0639' => 658
660
+ '2125' => 659
661
+ '1454' => 660
662
+ '9013' => 661
663
+ '0390' => 662
664
+ '2591' => 663
665
+ '3738' => 664
666
+ '9028' => 665
667
+ '3759' => 666
668
+ '2022' => 667
669
+ '1559' => 668
670
+ '2206' => 669
671
+ '1886' => 670
672
+ '0347' => 671
673
+ '3217' => 672
674
+ '1422' => 673
675
+ '3543' => 674
676
+ '2762' => 675
677
+ '3768' => 676
678
+ '2658' => 677
679
+ '1470' => 678
680
+ '0356' => 679
681
+ '2639' => 680
682
+ '4027' => 681
683
+ '3272' => 682
684
+ '2612' => 683
685
+ '3844' => 684
686
+ '3649' => 685
687
+ '0498' => 686
688
+ '2151' => 687
689
+ '0481' => 688
690
+ '0313' => 689
691
+ '0675' => 690
692
+ '0444' => 691
693
+ '1553' => 692
694
+ '1262' => 693
695
+ '4063' => 694
696
+ '1948' => 695
697
+ '3919' => 696
698
+ '0488' => 697
699
+ '0822' => 698
700
+ '2895' => 699
701
+ '1433' => 700
702
+ '9016' => 701
703
+ '2376' => 702
704
+ '0875' => 703
705
+ '2296' => 704
706
+ '1459' => 705
707
+ '1644' => 706
708
+ '0948' => 707
709
+ '2176' => 708
710
+ '3616' => 709
711
+ '3918' => 710
712
+ '4053' => 711
713
+ '2097' => 712
714
+ '1297' => 713
715
+ '3327' => 714
716
+ '4008' => 715
717
+ '1571' => 716
718
+ '1375' => 717
719
+ '3452' => 718
720
+ '3247' => 719
721
+ '2841' => 720
722
+ '4045' => 721
723
+ '3937' => 722
724
+ '1091' => 723
725
+ '1438' => 724
726
+ '4021' => 725
727
+ '2304' => 726
728
+ '2130' => 727
729
+ '3774' => 728
730
+ '1028' => 729
731
+ '4014' => 730
732
+ '1463' => 731
733
+ '2224' => 732
734
+ '3898' => 733
735
+ '1616' => 734
736
+ '0386' => 735
737
+ '0428' => 736
738
+ '1554' => 737
739
+ '0705' => 738
740
+ '0887' => 739
741
+ '4087' => 740
742
+ '2936' => 741
743
+ '3297' => 742
744
+ '0732' => 743
745
+ '3750' => 744
746
+ '0003' => 745
747
+ '3786' => 746
748
+ '3881' => 747
749
+ '3619' => 748
750
+ '0763' => 749
751
+ '0567' => 750
752
+ '0354' => 751
753
+ '2568' => 752
754
+ '1536' => 753
755
+ '3916' => 754
756
+ '0380' => 755
757
+ '3635' => 756
758
+ '1088' => 757
759
+ '1745' => 758
760
+ '0427' => 759
761
+ '1573' => 760
762
+ '3700' => 761
763
+ '2553' => 762
764
+ '1657' => 763
765
+ '0764' => 764
766
+ '2857' => 765
767
+ '2156' => 766
768
+ '2864' => 767
769
+ '3342' => 768
770
+ '1380' => 769
771
+ '1039' => 770
772
+ '3973' => 771
773
+ '2924' => 772
774
+ '3480' => 773
775
+ '1600' => 774
776
+ '1163' => 775
777
+ '1377' => 776
778
+ '0424' => 777
779
+ '9029' => 778
780
+ '4059' => 779
781
+ '2531' => 780
782
+ '0791' => 781
783
+ '0470' => 782
784
+ '3483' => 783
785
+ '1199' => 784
786
+ '0762' => 785
787
+ '0432' => 786
788
+ '1837' => 787
789
+ '3678' => 788
790
+ '2838' => 789
791
+ '1592' => 790
792
+ '1518' => 791
793
+ '2213' => 792
794
+ '1938' => 793
795
+ '3726' => 794
796
+ '1233' => 795
797
+ '1323' => 796
798
+ '0642' => 797
799
+ '3841' => 798
800
+ '3775' => 799
801
+ '0773' => 800
802
+ '0978' => 801
803
+ '1678' => 802
804
+ '0522' => 803
805
+ '0667' => 804
806
+ '0403' => 805
807
+ '2331' => 806
808
+ '3600' => 807
809
+ '4012' => 808
810
+ '3130' => 809
811
+ '1479' => 810
812
+ '3305' => 811
813
+ '0447' => 812
814
+ '3043' => 813
815
+ '0557' => 814
816
+ '2477' => 815
817
+ '1989' => 816
818
+ '0604' => 817
819
+ '3749' => 818
820
+ '1821' => 819
821
+ '3506' => 820
822
+ '0566' => 821
823
+ '1476' => 822
824
+ '2703' => 823
825
+ '4015' => 824
826
+ '2887' => 825
827
+ '2107' => 826
828
+ '2403' => 827
829
+ '3476' => 828
830
+ '1418' => 829
831
+ '3224' => 830
832
+ '9019' => 831
833
+ '3260' => 832
834
+ '3498' => 833
835
+ '2956' => 834
836
+ '0661' => 835
837
+ '0517' => 836
838
+ '1495' => 837
839
+ '3617' => 838
840
+ '3695' => 839
841
+ '3324' => 840
842
+ '0420' => 841
843
+ '1193' => 842
844
+ '0611' => 843
845
+ '0508' => 844
846
+ '2899' => 845
847
+ '1141' => 846
848
+ '1452' => 847
849
+ '3953' => 848
850
+ '1117' => 849
851
+ '0931' => 850
852
+ '1215' => 851
853
+ '0376' => 852
854
+ '1940' => 853
855
+ '2091' => 854
856
+ '2500' => 855
857
+ '2900' => 856
858
+ '3345' => 857
859
+ '1472' => 858
860
+ '1411' => 859
861
+ '2630' => 860
862
+ '0741' => 861
863
+ '0391' => 862
864
+ '1110' => 863
865
+ '1840' => 864
866
+ '1230' => 865
867
+ '3195' => 866
868
+ '1109' => 867
869
+ '3187' => 868
870
+ '0468' => 869
871
+ '0442' => 870
872
+ '0631' => 871
873
+ '1574' => 872
874
+ '0435' => 873
875
+ '4051' => 874
876
+ '3618' => 875
877
+ '3675' => 876
878
+ '0418' => 877
879
+ '0521' => 878
880
+ '1175' => 879
881
+ '3544' => 880
882
+ '0709' => 881
883
+ '1741' => 882
884
+ '3878' => 883
885
+ '0835' => 884
886
+ '1710' => 885
887
+ '0992' => 886
888
+ '1952' => 887
889
+ '1147' => 888
890
+ '0636' => 889
891
+ '3002' => 890
892
+ '2898' => 891
893
+ '3747' => 892
894
+ '2947' => 893
895
+ '1419' => 894
896
+ '2742' => 895
897
+ '3838' => 896
898
+ '1787' => 897
899
+ '1759' => 898
900
+ '4080' => 899
901
+ '0890' => 900
902
+ '3744' => 901
903
+ '1240' => 902
904
+ '0475' => 903
905
+ '0767' => 904
906
+ '3313' => 905
907
+ '3960' => 906
908
+ '3603' => 907
909
+ '0387' => 908
910
+ '3869' => 909
911
+ '3282' => 910
912
+ '3957' => 911
913
+ '1630' => 912
914
+ '1181' => 913
915
+ '1435' => 914
916
+ '1483' => 915
917
+ '1974' => 916
918
+ '0813' => 917
919
+ '1348' => 918
920
+ '1726' => 919
921
+ '1129' => 920
922
+ '0999' => 921
923
+ '0537' => 922
924
+ '1198' => 923
925
+ '1794' => 924
926
+ '0758' => 925
927
+ '0704' => 926
928
+ '2446' => 927
929
+ '1020' => 928
930
+ '9007' => 929
931
+ '3561' => 930
932
+ '2912' => 931
933
+ '0504' => 932
934
+ '3568' => 933
935
+ '1929' => 934
936
+ '1839' => 935
937
+ '1166' => 936
938
+ '0379' => 937
939
+ '3713' => 938
940
+ '1370' => 939
941
+ '3994' => 940
942
+ '3443' => 941
943
+ '0956' => 942
944
+ '2566' => 943
945
+ '0552' => 944
946
+ '1516' => 945
947
+ '9043' => 946
948
+ '1379' => 947
949
+ '2153' => 948
950
+ '2811' => 949
951
+ '3855' => 950
952
+ '2128' => 951
953
+ '2599' => 952
954
+ '1464' => 953
955
+ '0867' => 954
956
+ '1714' => 955
957
+ '1465' => 956
958
+ '3836' => 957
959
+ '1541' => 958
960
+ '3966' => 959
961
+ '3016' => 960
962
+ '4037' => 961
963
+ '4050' => 962
964
+ '3023' => 963
965
+ '3505' => 964
966
+ '0873' => 965
967
+ '2620' => 966
968
+ '3354' => 967
969
+ '0718' => 968
970
+ '0482' => 969
971
+ '1799' => 970
972
+ '0870' => 971
973
+ '1361' => 972
974
+ '1672' => 973
975
+ '3972' => 974
976
+ '3122' => 975
977
+ '0368' => 976
978
+ '1001' => 977
979
+ '2601' => 978
980
+ '0505' => 979
981
+ '1393' => 980
982
+ '1624' => 981
983
+ '3909' => 982
984
+ '2619' => 983
985
+ '1667' => 984
986
+ '0620' => 985
987
+ '2471' => 986
988
+ '0929' => 987
989
+ '3785' => 988
990
+ '4064' => 989
991
+ '1058' => 990
992
+ '1271' => 991
993
+ '3880' => 992
994
+ '4033' => 993
995
+ '1808' => 994
996
+ '1844' => 995
997
+ '0821' => 996
998
+ '3927' => 997
999
+ '1700' => 998
1000
+ '3899' => 999
1001
+ '0343' => 1000
1002
+ '0778' => 1001
1003
+ '2997' => 1002
1004
+ '2976' => 1003
1005
+ '2054' => 1004
1006
+ '0633' => 1005
1007
+ '1498' => 1006
1008
+ '0787' => 1007
1009
+ '0102' => 1008
1010
+ '1480' => 1009
1011
+ '1210' => 1010
1012
+ '0613' => 1011
1013
+ '0955' => 1012
1014
+ '3608' => 1013
1015
+ '3968' => 1014
1016
+ '0606' => 1015
1017
+ '4022' => 1016
1018
+ '2177' => 1017
1019
+ '1613' => 1018
1020
+ '3275' => 1019
1021
+ '1349' => 1020
1022
+ '3295' => 1021
1023
+ '0654' => 1022
1024
+ '1343' => 1023
1025
+ '3931' => 1024
1026
+ '0441' => 1025
1027
+ '3438' => 1026
1028
+ '0650' => 1027
1029
+ '3913' => 1028
1030
+ '3158' => 1029
1031
+ '2894' => 1030
1032
+ '0378' => 1031
1033
+ '3967' => 1032
1034
+ '3433' => 1033
1035
+ '0346' => 1034
1036
+ '3482' => 1035
1037
+ '0772' => 1036
1038
+ '1299' => 1037
1039
+ '1180' => 1038
1040
+ '3797' => 1039
1041
+ '2520' => 1040
1042
+ '2063' => 1041
1043
+ '1662' => 1042
1044
+ '1254' => 1043
1045
+ '0958' => 1044
1046
+ '4089' => 1045
1047
+ '0389' => 1046
1048
+ '1455' => 1047
1049
+ '3704' => 1048
1050
+ '3799' => 1049
1051
+ '0750' => 1050
1052
+ '0035' => 1051
1053
+ '3621' => 1052
1054
+ '1749' => 1053
1055
+ '3766' => 1054
1056
+ '3238' => 1055
1057
+ '1758' => 1056
1058
+ '1711' => 1057
1059
+ '1036' => 1058
1060
+ '2834' => 1059
1061
+ '1964' => 1060
1062
+ '0673' => 1061
1063
+ '4058' => 1062
1064
+ '2381' => 1063
1065
+ '1861' => 1064
1066
+ '1972' => 1065
1067
+ '0555' => 1066
1068
+ '3984' => 1067
1069
+ '3583' => 1068
1070
+ '1717' => 1069
1071
+ '9009' => 1070
1072
+ '0545' => 1071
1073
+ '0426' => 1072
1074
+ '3950' => 1073
1075
+ '1928' => 1074
1076
+ '2033' => 1075
1077
+ '2977' => 1076
1078
+ '0640' => 1077
1079
+ '2042' => 1078
1080
+ '1167' => 1079
1081
+ '0493' => 1080
1082
+ '2980' => 1081
1083
+ '0210' => 1082
1084
+ '2149' => 1083
1085
+ '1443' => 1084
1086
+ '0494' => 1085
1087
+ '0489' => 1086
1088
+ '1301' => 1087
1089
+ '0590' => 1088
1090
+ '4042' => 1089
1091
+ '9011' => 1090
1092
+ '3141' => 1091
1093
+ '0352' => 1092
1094
+ '0746' => 1093
1095
+ '1084' => 1094
1096
+ '3401' => 1095
1097
+ '0388' => 1096
1098
+ '0714' => 1097
1099
+ '3334' => 1098
1100
+ '2323' => 1099
1101
+ '1901' => 1100
1102
+ '2666' => 1101
1103
+ '0912' => 1102
1104
+ '0400' => 1103
1105
+ '1369' => 1104
1106
+ '1189' => 1105
1107
+ '0812' => 1106
1108
+ '3244' => 1107
1109
+ '3223' => 1108
1110
+ '2537' => 1109
1111
+ '0105' => 1110
1112
+ '3802' => 1111
1113
+ '1372' => 1112
1114
+ '3511' => 1113
1115
+ '2695' => 1114
1116
+ '0740' => 1115
1117
+ '3896' => 1116
1118
+ '0597' => 1117
1119
+ '3303' => 1118
1120
+ '0850' => 1119
1121
+ '0671' => 1120
1122
+ '2779' => 1121
1123
+ '4049' => 1122
1124
+ '3764' => 1123
1125
+ '3830' => 1124
1126
+ '3958' => 1125
1127
+ '1503' => 1126
1128
+ '2623' => 1127
1129
+ '3120' => 1128
1130
+ '2154' => 1129
1131
+ '1653' => 1130
1132
+ '1172' => 1131
1133
+ '0271' => 1132
1134
+ '0395' => 1133
1135
+ '1556' => 1134
1136
+ '2479' => 1135
1137
+ '1155' => 1136
1138
+ '1074' => 1137
1139
+ '2103' => 1138
1140
+ '1108' => 1139
1141
+ '0959' => 1140
1142
+ '3728' => 1141
1143
+ '0879' => 1142
1144
+ '1136' => 1143
1145
+ '3656' => 1144
1146
+ '0487' => 1145
1147
+ '2340' => 1146
1148
+ '3971' => 1147
1149
+ '2930' => 1148
1150
+ '2342' => 1149
1151
+ '3428' => 1150
1152
+ '1491' => 1151
1153
+ '0009' => 1152
1154
+ '2579' => 1153
1155
+ '1792' => 1154
1156
+ '2011' => 1155
1157
+ '1615' => 1156
1158
+ '2621' => 1157
1159
+ '1231' => 1158
1160
+ '2933' => 1159
1161
+ '3398' => 1160
1162
+ '2578' => 1161
1163
+ '2447' => 1162
1164
+ '3872' => 1163
1165
+ '0804' => 1164
1166
+ '3465' => 1165
1167
+ '3900' => 1166
1168
+ '1919' => 1167
1169
+ '1101' => 1168
1170
+ '0399' => 1169
1171
+ '0896' => 1170
1172
+ '0318' => 1171
1173
+ '3357' => 1172
1174
+ '2708' => 1173
1175
+ '0669' => 1174
1176
+ '4040' => 1175
1177
+ '3377' => 1176
1178
+ '2362' => 1177
1179
+ '2406' => 1178
1180
+ '1645' => 1179
1181
+ '0561' => 1180
1182
+ '3776' => 1181
1183
+ '0471' => 1182
1184
+ '1622' => 1183
1185
+ '0672' => 1184
1186
+ '0499' => 1185
1187
+ '2637' => 1186
1188
+ '1517' => 1187
1189
+ '1637' => 1188
1190
+ '3962' => 1189
1191
+ '3915' => 1190
1192
+ '0928' => 1191
1193
+ '2741' => 1192
1194
+ '3820' => 1193
1195
+ '1908' => 1194
1196
+ '1547' => 1195
1197
+ '3894' => 1196
1198
+ '1352' => 1197
1199
+ '0469' => 1198
1200
+ '2131' => 1199
1201
+ '2014' => 1200
1202
+ '0466' => 1201
1203
+ '0919' => 1202
1204
+ '1670' => 1203
1205
+ '0684' => 1204
1206
+ '3970' => 1205
1207
+ '2613' => 1206
1208
+ '0431' => 1207
1209
+ '2137' => 1208
1210
+ '3965' => 1209
1211
+ '0308' => 1210
1212
+ '3226' => 1211
1213
+ '2694' => 1212
1214
+ '3493' => 1213
1215
+ '2844' => 1214
1216
+ '3323' => 1215
1217
+ '1168' => 1216
1218
+ '2483' => 1217
1219
+ '0367' => 1218
1220
+ '3070' => 1219
1221
+ '3517' => 1220
1222
+ '3397' => 1221
1223
+ '1406' => 1222
1224
+ '1261' => 1223
1225
+ '3969' => 1224
1226
+ '2813' => 1225
1227
+ '4026' => 1226
1228
+ '0185' => 1227
1229
+ '2158' => 1228
1230
+ '9021' => 1229
1231
+ '1552' => 1230
1232
+ '1461' => 1231
1233
+ '1439' => 1232
1234
+ '1570' => 1233
1235
+ '4005' => 1234
1236
+ '1604' => 1235
1237
+ '2932' => 1236
1238
+ '0373' => 1237
1239
+ '1304' => 1238
1240
+ '3336' => 1239
1241
+ '3763' => 1240
1242
+ '3974' => 1241
1243
+ '3803' => 1242
1244
+ '0866' => 1243
1245
+ '1834' => 1244
1246
+ '0796' => 1245
1247
+ '3959' => 1246
1248
+ '1259' => 1247
1249
+ '3787' => 1248
1250
+ '1831' => 1249
1251
+ '1744' => 1250
1252
+ '1011' => 1251
1253
+ '3373' => 1252
1254
+ '0543' => 1253
1255
+ '3302' => 1254
1256
+ '3408' => 1255
1257
+ '1270' => 1256
1258
+ '3209' => 1257
1259
+ '0637' => 1258
1260
+ '1836' => 1259
1261
+ '0396' => 1260
1262
+ '1363' => 1261
1263
+ '1473' => 1262
1264
+ '1991' => 1263
1265
+ '1143' => 1264
1266
+ '0383' => 1265
1267
+ '2946' => 1266
1268
+ '3977' => 1267
1269
+ '0550' => 1268
1270
+ '0377' => 1269
1271
+ '0924' => 1270
1272
+ '2152' => 1271
1273
+ '0529' => 1272
1274
+ '3739' => 1273
1275
+ '3762' => 1274
1276
+ '1213' => 1275
1277
+ '2350' => 1276
1278
+ '1266' => 1277
1279
+ '2961' => 1278
1280
+ '2848' => 1279
1281
+ '2917' => 1280
1282
+ '1346' => 1281
1283
+ '3380' => 1282
1284
+ '1845' => 1283
1285
+ '3771' => 1284
1286
+ '0071' => 1285
1287
+ '3361' => 1286
1288
+ '2140' => 1287
1289
+ '0907' => 1288
1290
+ '2957' => 1289
1291
+ '3110' => 1290
1292
+ '1053' => 1291
1293
+ '1002' => 1292
1294
+ '2852' => 1293
1295
+ '3856' => 1294
1296
+ '0134' => 1295
1297
+ '0474' => 1296
1298
+ '0622' => 1297
1299
+ '2218' => 1298
1300
+ '3427' => 1299
1301
+ '1676' => 1300
1302
+ '2896' => 1301
1303
+ '0456' => 1302
1304
+ '0696' => 1303
1305
+ '0761' => 1304
1306
+ '1286' => 1305
1307
+ '1408' => 1306
1308
+ '1054' => 1307
1309
+ '0569' => 1308
1310
+ '2624' => 1309
1311
+ '1727' => 1310
1312
+ '1544' => 1311
1313
+ '3622' => 1312
1314
+ '1402' => 1313
1315
+ '3456' => 1314
1316
+ '2178' => 1315
1317
+ '0862' => 1316
1318
+ '3945' => 1317
1319
+ '1675' => 1318
1320
+ '1499' => 1319
1321
+ '3352' => 1320
1322
+ '4071' => 1321
1323
+ '3999' => 1322
1324
+ '0195' => 1323
1325
+ '1145' => 1324
1326
+ '0802' => 1325
1327
+ '3328' => 1326
1328
+ '3278' => 1327
1329
+ '2064' => 1328
1330
+ '0752' => 1329
1331
+ '1450' => 1330
1332
+ '4070' => 1331
1333
+ '2249' => 1332
1334
+ '9017' => 1333
1335
+ '1713' => 1334
1336
+ '0060' => 1335
1337
+ '9015' => 1336
1338
+ '3709' => 1337
1339
+ '1288' => 1338
1340
+ '3895' => 1339
1341
+ '4028' => 1340
1342
+ '2052' => 1341
1343
+ '2324' => 1342
1344
+ '0036' => 1343
1345
+ '0776' => 1344
1346
+ '3902' => 1345
1347
+ '0027' => 1346
1348
+ '0405' => 1347
1349
+ '1937' => 1348
1350
+ ================
1351
+ 'starting_index' => 0
normalizer.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92244ada292c7d670d1dc88549e74ed24b3e25e70f27fe443420cf4832d6811b
3
+ size 1578
optimizer.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50c29db152d0f54bec401f30610ed2f1b8039829a334331a4840b8d43546e5c7
3
+ size 41371844