Update models.py
Browse files
models.py
CHANGED
@@ -13,6 +13,7 @@ from einops import rearrange
|
|
13 |
from scipy import ndimage
|
14 |
from torch.special import gammaln
|
15 |
import torch.nn as nn
|
|
|
16 |
|
17 |
class AlignmentEncoder(torch.nn.Module):
|
18 |
"""
|
|
|
13 |
from scipy import ndimage
|
14 |
from torch.special import gammaln
|
15 |
import torch.nn as nn
|
16 |
+
from utils import *
|
17 |
|
18 |
class AlignmentEncoder(torch.nn.Module):
|
19 |
"""
|