Update rawnet.py
Browse files
rawnet.py
CHANGED
|
@@ -1,365 +1,240 @@
|
|
| 1 |
-
import torch
|
| 2 |
-
import torch.nn as nn
|
| 3 |
-
import torch.nn.functional as F
|
| 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 |
-
self.out_channels = out_channels
|
| 38 |
-
self.kernel_size = kernel_size
|
| 39 |
-
self.sample_rate=sample_rate
|
| 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 |
-
self.mel
|
| 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 |
-
self.
|
| 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 |
-
self.
|
| 155 |
-
|
| 156 |
-
|
| 157 |
-
|
| 158 |
-
|
| 159 |
-
|
| 160 |
-
|
| 161 |
-
|
| 162 |
-
|
| 163 |
-
|
| 164 |
-
|
| 165 |
-
|
| 166 |
-
|
| 167 |
-
|
| 168 |
-
|
| 169 |
-
self.
|
| 170 |
-
|
| 171 |
-
self.
|
| 172 |
-
|
| 173 |
-
|
| 174 |
-
|
| 175 |
-
|
| 176 |
-
|
| 177 |
-
|
| 178 |
-
|
| 179 |
-
self.
|
| 180 |
-
|
| 181 |
-
self.
|
| 182 |
-
|
| 183 |
-
self.
|
| 184 |
-
|
| 185 |
-
|
| 186 |
-
self.
|
| 187 |
-
|
| 188 |
-
|
| 189 |
-
|
| 190 |
-
|
| 191 |
-
|
| 192 |
-
|
| 193 |
-
|
| 194 |
-
|
| 195 |
-
|
| 196 |
-
|
| 197 |
-
|
| 198 |
-
|
| 199 |
-
|
| 200 |
-
self.
|
| 201 |
-
|
| 202 |
-
|
| 203 |
-
|
| 204 |
-
|
| 205 |
-
|
| 206 |
-
|
| 207 |
-
|
| 208 |
-
|
| 209 |
-
|
| 210 |
-
|
| 211 |
-
|
| 212 |
-
x =
|
| 213 |
-
|
| 214 |
-
|
| 215 |
-
|
| 216 |
-
|
| 217 |
-
|
| 218 |
-
|
| 219 |
-
x =
|
| 220 |
-
|
| 221 |
-
|
| 222 |
-
|
| 223 |
-
|
| 224 |
-
|
| 225 |
-
|
| 226 |
-
x =
|
| 227 |
-
|
| 228 |
-
|
| 229 |
-
|
| 230 |
-
|
| 231 |
-
|
| 232 |
-
|
| 233 |
-
|
| 234 |
-
|
| 235 |
-
|
| 236 |
-
|
| 237 |
-
|
| 238 |
-
x =
|
| 239 |
-
|
| 240 |
-
|
| 241 |
-
y4 = self.avgpool(x4).view(x4.size(0), -1) # torch.Size([batch, filter])
|
| 242 |
-
y4 = self.fc_attention4(y4)
|
| 243 |
-
y4 = self.sig(y4).view(y4.size(0), y4.size(1), -1) # torch.Size([batch, filter, 1])
|
| 244 |
-
x = x4 * y4 + y4 # (batch, filter, time) x (batch, filter, 1)
|
| 245 |
-
|
| 246 |
-
x5 = self.block5(x)
|
| 247 |
-
y5 = self.avgpool(x5).view(x5.size(0), -1) # torch.Size([batch, filter])
|
| 248 |
-
y5 = self.fc_attention5(y5)
|
| 249 |
-
y5 = self.sig(y5).view(y5.size(0), y5.size(1), -1) # torch.Size([batch, filter, 1])
|
| 250 |
-
x = x5 * y5 + y5 # (batch, filter, time) x (batch, filter, 1)
|
| 251 |
-
|
| 252 |
-
x = self.bn_before_gru(x)
|
| 253 |
-
x = self.selu(x)
|
| 254 |
-
x = x.permute(0, 2, 1) #(batch, filt, time) >> (batch, time, filt)
|
| 255 |
-
self.gru.flatten_parameters()
|
| 256 |
-
x, _ = self.gru(x)
|
| 257 |
-
x = x[:,-1,:]
|
| 258 |
-
x = self.fc1_gru(x)
|
| 259 |
-
x = self.fc2_gru(x)
|
| 260 |
-
output=self.logsoftmax(x)
|
| 261 |
-
|
| 262 |
-
return output
|
| 263 |
-
|
| 264 |
-
|
| 265 |
-
|
| 266 |
-
def _make_attention_fc(self, in_features, l_out_features):
|
| 267 |
-
|
| 268 |
-
l_fc = []
|
| 269 |
-
|
| 270 |
-
l_fc.append(nn.Linear(in_features = in_features,
|
| 271 |
-
out_features = l_out_features))
|
| 272 |
-
|
| 273 |
-
|
| 274 |
-
|
| 275 |
-
return nn.Sequential(*l_fc)
|
| 276 |
-
|
| 277 |
-
|
| 278 |
-
def _make_layer(self, nb_blocks, nb_filts, first = False):
|
| 279 |
-
layers = []
|
| 280 |
-
#def __init__(self, nb_filts, first = False):
|
| 281 |
-
for i in range(nb_blocks):
|
| 282 |
-
first = first if i == 0 else False
|
| 283 |
-
layers.append(Residual_block(nb_filts = nb_filts,
|
| 284 |
-
first = first))
|
| 285 |
-
if i == 0: nb_filts[0] = nb_filts[1]
|
| 286 |
-
|
| 287 |
-
return nn.Sequential(*layers)
|
| 288 |
-
|
| 289 |
-
def summary(self, input_size, batch_size=-1, device="cuda", print_fn = None):
|
| 290 |
-
if print_fn == None: printfn = print
|
| 291 |
-
model = self
|
| 292 |
-
|
| 293 |
-
def register_hook(module):
|
| 294 |
-
def hook(module, input, output):
|
| 295 |
-
class_name = str(module.__class__).split(".")[-1].split("'")[0]
|
| 296 |
-
module_idx = len(summary)
|
| 297 |
-
|
| 298 |
-
m_key = "%s-%i" % (class_name, module_idx + 1)
|
| 299 |
-
summary[m_key] = OrderedDict()
|
| 300 |
-
summary[m_key]["input_shape"] = list(input[0].size())
|
| 301 |
-
summary[m_key]["input_shape"][0] = batch_size
|
| 302 |
-
if isinstance(output, (list, tuple)):
|
| 303 |
-
summary[m_key]["output_shape"] = [
|
| 304 |
-
[-1] + list(o.size())[1:] for o in output
|
| 305 |
-
]
|
| 306 |
-
else:
|
| 307 |
-
summary[m_key]["output_shape"] = list(output.size())
|
| 308 |
-
if len(summary[m_key]["output_shape"]) != 0:
|
| 309 |
-
summary[m_key]["output_shape"][0] = batch_size
|
| 310 |
-
|
| 311 |
-
params = 0
|
| 312 |
-
if hasattr(module, "weight") and hasattr(module.weight, "size"):
|
| 313 |
-
params += torch.prod(torch.LongTensor(list(module.weight.size())))
|
| 314 |
-
summary[m_key]["trainable"] = module.weight.requires_grad
|
| 315 |
-
if hasattr(module, "bias") and hasattr(module.bias, "size"):
|
| 316 |
-
params += torch.prod(torch.LongTensor(list(module.bias.size())))
|
| 317 |
-
summary[m_key]["nb_params"] = params
|
| 318 |
-
|
| 319 |
-
if (
|
| 320 |
-
not isinstance(module, nn.Sequential)
|
| 321 |
-
and not isinstance(module, nn.ModuleList)
|
| 322 |
-
and not (module == model)
|
| 323 |
-
):
|
| 324 |
-
hooks.append(module.register_forward_hook(hook))
|
| 325 |
-
|
| 326 |
-
device = device.lower()
|
| 327 |
-
assert device in [
|
| 328 |
-
"cuda",
|
| 329 |
-
"cpu",
|
| 330 |
-
], "Input device is not valid, please specify 'cuda' or 'cpu'"
|
| 331 |
-
|
| 332 |
-
if device == "cuda" and torch.cuda.is_available():
|
| 333 |
-
dtype = torch.cuda.FloatTensor
|
| 334 |
-
else:
|
| 335 |
-
dtype = torch.FloatTensor
|
| 336 |
-
if isinstance(input_size, tuple):
|
| 337 |
-
input_size = [input_size]
|
| 338 |
-
x = [torch.rand(2, *in_size).type(dtype) for in_size in input_size]
|
| 339 |
-
summary = OrderedDict()
|
| 340 |
-
hooks = []
|
| 341 |
-
model.apply(register_hook)
|
| 342 |
-
model(*x)
|
| 343 |
-
for h in hooks:
|
| 344 |
-
h.remove()
|
| 345 |
-
|
| 346 |
-
print_fn("----------------------------------------------------------------")
|
| 347 |
-
line_new = "{:>20} {:>25} {:>15}".format("Layer (type)", "Output Shape", "Param #")
|
| 348 |
-
print_fn(line_new)
|
| 349 |
-
print_fn("================================================================")
|
| 350 |
-
total_params = 0
|
| 351 |
-
total_output = 0
|
| 352 |
-
trainable_params = 0
|
| 353 |
-
for layer in summary:
|
| 354 |
-
# input_shape, output_shape, trainable, nb_params
|
| 355 |
-
line_new = "{:>20} {:>25} {:>15}".format(
|
| 356 |
-
layer,
|
| 357 |
-
str(summary[layer]["output_shape"]),
|
| 358 |
-
"{0:,}".format(summary[layer]["nb_params"]),
|
| 359 |
-
)
|
| 360 |
-
total_params += summary[layer]["nb_params"]
|
| 361 |
-
total_output += np.prod(summary[layer]["output_shape"])
|
| 362 |
-
if "trainable" in summary[layer]:
|
| 363 |
-
if summary[layer]["trainable"] == True:
|
| 364 |
-
trainable_params += summary[layer]["nb_params"]
|
| 365 |
-
print_fn(line_new)
|
|
|
|
| 1 |
+
import torch
|
| 2 |
+
import torch.nn as nn
|
| 3 |
+
import torch.nn.functional as F
|
| 4 |
+
import numpy as np
|
| 5 |
+
|
| 6 |
+
|
| 7 |
+
class SincConv(nn.Module):
|
| 8 |
+
|
| 9 |
+
@staticmethod
|
| 10 |
+
def to_mel(hz):
|
| 11 |
+
return 2595 * np.log10(1 + hz / 700)
|
| 12 |
+
|
| 13 |
+
@staticmethod
|
| 14 |
+
def to_hz(mel):
|
| 15 |
+
return 700 * (10 ** (mel / 2595) - 1)
|
| 16 |
+
|
| 17 |
+
def __init__(
|
| 18 |
+
self,
|
| 19 |
+
device,
|
| 20 |
+
out_channels,
|
| 21 |
+
kernel_size,
|
| 22 |
+
in_channels=1,
|
| 23 |
+
sample_rate=16000,
|
| 24 |
+
stride=1,
|
| 25 |
+
padding=0,
|
| 26 |
+
dilation=1
|
| 27 |
+
):
|
| 28 |
+
|
| 29 |
+
super().__init__()
|
| 30 |
+
|
| 31 |
+
if in_channels != 1:
|
| 32 |
+
raise ValueError("SincConv only supports one input channel")
|
| 33 |
+
|
| 34 |
+
if kernel_size % 2 == 0:
|
| 35 |
+
kernel_size += 1
|
| 36 |
+
|
| 37 |
+
self.out_channels = out_channels
|
| 38 |
+
self.kernel_size = kernel_size
|
| 39 |
+
self.sample_rate = sample_rate
|
| 40 |
+
self.device = device
|
| 41 |
+
|
| 42 |
+
self.stride = stride
|
| 43 |
+
self.padding = padding
|
| 44 |
+
self.dilation = dilation
|
| 45 |
+
|
| 46 |
+
NFFT = 512
|
| 47 |
+
f = int(sample_rate / 2) * np.linspace(0, 1, int(NFFT / 2) + 1)
|
| 48 |
+
|
| 49 |
+
fmel = self.to_mel(f)
|
| 50 |
+
filbandwidthsmel = np.linspace(min(fmel), max(fmel), out_channels + 1)
|
| 51 |
+
filbandwidthsf = self.to_hz(filbandwidthsmel)
|
| 52 |
+
|
| 53 |
+
self.mel = filbandwidthsf
|
| 54 |
+
|
| 55 |
+
self.hsupp = torch.arange(
|
| 56 |
+
-(kernel_size - 1) / 2,
|
| 57 |
+
(kernel_size - 1) / 2 + 1
|
| 58 |
+
)
|
| 59 |
+
|
| 60 |
+
self.band_pass = torch.zeros(out_channels, kernel_size)
|
| 61 |
+
|
| 62 |
+
def forward(self, x):
|
| 63 |
+
|
| 64 |
+
for i in range(len(self.mel) - 1):
|
| 65 |
+
|
| 66 |
+
fmin = self.mel[i]
|
| 67 |
+
fmax = self.mel[i + 1]
|
| 68 |
+
|
| 69 |
+
h_high = (2 * fmax / self.sample_rate) * np.sinc(
|
| 70 |
+
2 * fmax * self.hsupp / self.sample_rate
|
| 71 |
+
)
|
| 72 |
+
|
| 73 |
+
h_low = (2 * fmin / self.sample_rate) * np.sinc(
|
| 74 |
+
2 * fmin * self.hsupp / self.sample_rate
|
| 75 |
+
)
|
| 76 |
+
|
| 77 |
+
hideal = h_high - h_low
|
| 78 |
+
|
| 79 |
+
window = torch.tensor(np.hamming(self.kernel_size))
|
| 80 |
+
self.band_pass[i, :] = window * torch.tensor(hideal)
|
| 81 |
+
|
| 82 |
+
filters = self.band_pass.to(self.device).view(
|
| 83 |
+
self.out_channels, 1, self.kernel_size
|
| 84 |
+
)
|
| 85 |
+
|
| 86 |
+
return F.conv1d(
|
| 87 |
+
x,
|
| 88 |
+
filters,
|
| 89 |
+
stride=self.stride,
|
| 90 |
+
padding=self.padding,
|
| 91 |
+
dilation=self.dilation
|
| 92 |
+
)
|
| 93 |
+
|
| 94 |
+
|
| 95 |
+
class Residual_block(nn.Module):
|
| 96 |
+
|
| 97 |
+
def __init__(self, nb_filts, first=False):
|
| 98 |
+
|
| 99 |
+
super().__init__()
|
| 100 |
+
|
| 101 |
+
self.first = first
|
| 102 |
+
|
| 103 |
+
if not self.first:
|
| 104 |
+
self.bn1 = nn.BatchNorm1d(nb_filts[0])
|
| 105 |
+
|
| 106 |
+
self.lrelu = nn.LeakyReLU(0.3)
|
| 107 |
+
|
| 108 |
+
self.conv1 = nn.Conv1d(
|
| 109 |
+
nb_filts[0],
|
| 110 |
+
nb_filts[1],
|
| 111 |
+
kernel_size=3,
|
| 112 |
+
padding=1
|
| 113 |
+
)
|
| 114 |
+
|
| 115 |
+
self.bn2 = nn.BatchNorm1d(nb_filts[1])
|
| 116 |
+
|
| 117 |
+
self.conv2 = nn.Conv1d(
|
| 118 |
+
nb_filts[1],
|
| 119 |
+
nb_filts[1],
|
| 120 |
+
kernel_size=3,
|
| 121 |
+
padding=1
|
| 122 |
+
)
|
| 123 |
+
|
| 124 |
+
if nb_filts[0] != nb_filts[1]:
|
| 125 |
+
|
| 126 |
+
self.downsample = True
|
| 127 |
+
|
| 128 |
+
self.conv_downsample = nn.Conv1d(
|
| 129 |
+
nb_filts[0],
|
| 130 |
+
nb_filts[1],
|
| 131 |
+
kernel_size=1
|
| 132 |
+
)
|
| 133 |
+
|
| 134 |
+
else:
|
| 135 |
+
self.downsample = False
|
| 136 |
+
|
| 137 |
+
self.pool = nn.MaxPool1d(3)
|
| 138 |
+
|
| 139 |
+
def forward(self, x):
|
| 140 |
+
|
| 141 |
+
identity = x
|
| 142 |
+
|
| 143 |
+
if not self.first:
|
| 144 |
+
out = self.bn1(x)
|
| 145 |
+
out = self.lrelu(out)
|
| 146 |
+
else:
|
| 147 |
+
out = x
|
| 148 |
+
|
| 149 |
+
out = self.conv1(out)
|
| 150 |
+
out = self.bn2(out)
|
| 151 |
+
out = self.lrelu(out)
|
| 152 |
+
out = self.conv2(out)
|
| 153 |
+
|
| 154 |
+
if self.downsample:
|
| 155 |
+
identity = self.conv_downsample(identity)
|
| 156 |
+
|
| 157 |
+
out = out + identity
|
| 158 |
+
out = self.pool(out)
|
| 159 |
+
|
| 160 |
+
return out
|
| 161 |
+
|
| 162 |
+
|
| 163 |
+
class RawNet(nn.Module):
|
| 164 |
+
|
| 165 |
+
def __init__(self, d_args, device):
|
| 166 |
+
|
| 167 |
+
super().__init__()
|
| 168 |
+
|
| 169 |
+
self.device = device
|
| 170 |
+
|
| 171 |
+
self.sinc = SincConv(
|
| 172 |
+
device=device,
|
| 173 |
+
out_channels=d_args["filts"][0],
|
| 174 |
+
kernel_size=d_args["first_conv"],
|
| 175 |
+
in_channels=d_args["in_channels"]
|
| 176 |
+
)
|
| 177 |
+
|
| 178 |
+
self.first_bn = nn.BatchNorm1d(d_args["filts"][0])
|
| 179 |
+
self.selu = nn.SELU()
|
| 180 |
+
|
| 181 |
+
self.block0 = Residual_block(d_args["filts"][1], first=True)
|
| 182 |
+
self.block1 = Residual_block(d_args["filts"][1])
|
| 183 |
+
self.block2 = Residual_block(d_args["filts"][2])
|
| 184 |
+
self.block3 = Residual_block(d_args["filts"][3])
|
| 185 |
+
|
| 186 |
+
self.bn_gru = nn.BatchNorm1d(d_args["filts"][3][-1])
|
| 187 |
+
|
| 188 |
+
self.gru = nn.GRU(
|
| 189 |
+
input_size=d_args["filts"][3][-1],
|
| 190 |
+
hidden_size=d_args["gru_node"],
|
| 191 |
+
num_layers=d_args["nb_gru_layer"],
|
| 192 |
+
batch_first=True
|
| 193 |
+
)
|
| 194 |
+
|
| 195 |
+
self.fc1 = nn.Linear(
|
| 196 |
+
d_args["gru_node"],
|
| 197 |
+
d_args["nb_fc_node"]
|
| 198 |
+
)
|
| 199 |
+
|
| 200 |
+
self.fc2 = nn.Linear(
|
| 201 |
+
d_args["nb_fc_node"],
|
| 202 |
+
d_args["nb_classes"]
|
| 203 |
+
)
|
| 204 |
+
|
| 205 |
+
self.logsoftmax = nn.LogSoftmax(dim=1)
|
| 206 |
+
|
| 207 |
+
def forward(self, x):
|
| 208 |
+
|
| 209 |
+
batch = x.shape[0]
|
| 210 |
+
length = x.shape[1]
|
| 211 |
+
|
| 212 |
+
x = x.view(batch, 1, length)
|
| 213 |
+
|
| 214 |
+
x = self.sinc(x)
|
| 215 |
+
|
| 216 |
+
x = F.max_pool1d(torch.abs(x), 3)
|
| 217 |
+
|
| 218 |
+
x = self.first_bn(x)
|
| 219 |
+
x = self.selu(x)
|
| 220 |
+
|
| 221 |
+
x = self.block0(x)
|
| 222 |
+
x = self.block1(x)
|
| 223 |
+
x = self.block2(x)
|
| 224 |
+
x = self.block3(x)
|
| 225 |
+
|
| 226 |
+
x = self.bn_gru(x)
|
| 227 |
+
x = self.selu(x)
|
| 228 |
+
|
| 229 |
+
x = x.permute(0, 2, 1)
|
| 230 |
+
|
| 231 |
+
self.gru.flatten_parameters()
|
| 232 |
+
|
| 233 |
+
x, _ = self.gru(x)
|
| 234 |
+
|
| 235 |
+
x = x[:, -1, :]
|
| 236 |
+
|
| 237 |
+
x = self.fc1(x)
|
| 238 |
+
x = self.fc2(x)
|
| 239 |
+
|
| 240 |
+
return self.logsoftmax(x)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|