Skip to content

Commit 699f939

Browse files
committed
Add import
1 parent 7410b91 commit 699f939

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

celldetection/models/lightning_cpn.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import torch
22
from typing import Any, Dict, List, Union, Sequence
3+
import pytorch_lightning as pl
34
from ..util.util import asnumpy, get_tiling_slices
45
from torch import Tensor, nn
56
from collections import OrderedDict

0 commit comments

Comments
 (0)