Spaces:
Runtime error
Runtime error
Commit
·
7cc32fb
1
Parent(s):
9a2b984
Update bisenet_model.py
Browse files- bisenet_model.py +1 -1
bisenet_model.py
CHANGED
@@ -7,7 +7,7 @@ import torch.nn as nn
|
|
7 |
import torch.nn.functional as F
|
8 |
import torchvision
|
9 |
|
10 |
-
from
|
11 |
# from modules.bn import InPlaceABNSync as BatchNorm2d
|
12 |
|
13 |
|
|
|
7 |
import torch.nn.functional as F
|
8 |
import torchvision
|
9 |
|
10 |
+
from bisenet_resnet import Resnet18
|
11 |
# from modules.bn import InPlaceABNSync as BatchNorm2d
|
12 |
|
13 |
|