Spaces:
Running
on
Zero
Running
on
Zero
asigalov61
commited on
Commit
•
1b682a5
1
Parent(s):
afa00bd
Update models.py
Browse files
models.py
CHANGED
@@ -10,7 +10,7 @@ import torch.nn as nn
|
|
10 |
import torch.nn.functional as F
|
11 |
|
12 |
from torchlibrosa.stft import Spectrogram, LogmelFilterBank
|
13 |
-
from
|
14 |
|
15 |
|
16 |
def init_layer(layer):
|
|
|
10 |
import torch.nn.functional as F
|
11 |
|
12 |
from torchlibrosa.stft import Spectrogram, LogmelFilterBank
|
13 |
+
from pytorch_utils import move_data_to_device
|
14 |
|
15 |
|
16 |
def init_layer(layer):
|