remove breakpoint

This commit is contained in:
erogol 2020-08-17 12:45:24 +02:00
parent 1b238f04b2
commit a012537908
1 changed files with 0 additions and 1 deletions

View File

@ -123,7 +123,6 @@ class Encoder(nn.Module):
rel_attn_window_size=rel_attn_window_size, rel_attn_window_size=rel_attn_window_size,
input_length=input_length) input_length=input_length)
elif encoder_type.lower() == 'gatedconv': elif encoder_type.lower() == 'gatedconv':
breakpoint()
self.encoder = GatedConvBlock(hidden_channels, self.encoder = GatedConvBlock(hidden_channels,
kernel_size=5, kernel_size=5,
dropout_p=dropout_p, dropout_p=dropout_p,