Skip to content

Commit 6995a56

Browse files
committed
missing import
1 parent 1daaa88 commit 6995a56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bioimage_embed/shapes/transforms.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
from sklearn.metrics.pairwise import euclidean_distances
1212
from skimage.measure import find_contours
1313
import torch
14+
from torch import nn
1415
import torch.nn.functional as F
1516

1617
from . import contours

0 commit comments

Comments
 (0)