FrankZxShen commited on
Commit
29755d6
1 Parent(s): 650b192

Update models.py

Browse files
Files changed (1) hide show
  1. models.py +0 -3
models.py CHANGED
@@ -13,9 +13,6 @@ from torch.nn import Conv1d, ConvTranspose1d, AvgPool1d, Conv2d
13
  from torch.nn.utils import weight_norm, remove_weight_norm, spectral_norm
14
  from commons import init_weights, get_padding
15
 
16
- from loralib_tmp import layers
17
- import loralib as lora
18
-
19
 
20
  class StochasticDurationPredictor(nn.Module):
21
  def __init__(self, in_channels, filter_channels, kernel_size, p_dropout, n_flows=4, gin_channels=0):
 
13
  from torch.nn.utils import weight_norm, remove_weight_norm, spectral_norm
14
  from commons import init_weights, get_padding
15
 
 
 
 
16
 
17
  class StochasticDurationPredictor(nn.Module):
18
  def __init__(self, in_channels, filter_channels, kernel_size, p_dropout, n_flows=4, gin_channels=0):