jadechoghari
commited on
Commit
•
a30cc2b
1
Parent(s):
2a54e4f
Update audioldm_train/modules/phoneme_encoder/attentions.py
Browse files
audioldm_train/modules/phoneme_encoder/attentions.py
CHANGED
@@ -5,7 +5,7 @@ import torch
|
|
5 |
from torch import nn
|
6 |
from torch.nn import functional as F
|
7 |
|
8 |
-
import audioldm_train.modules.phoneme_encoder.commons as commons
|
9 |
|
10 |
LRELU_SLOPE = 0.1
|
11 |
|
|
|
5 |
from torch import nn
|
6 |
from torch.nn import functional as F
|
7 |
|
8 |
+
import qa_mdt.audioldm_train.modules.phoneme_encoder.commons as commons
|
9 |
|
10 |
LRELU_SLOPE = 0.1
|
11 |
|