Update pytorch/models/model.py
Browse files- pytorch/models/model.py +1 -1
pytorch/models/model.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
from .drn import drn_d_54
|
| 2 |
from torch import nn
|
| 3 |
-
from
|
| 4 |
|
| 5 |
class Model(nn.Module):
|
| 6 |
def __init__(self, options):
|
|
|
|
| 1 |
from .drn import drn_d_54
|
| 2 |
from torch import nn
|
| 3 |
+
from .modules import *
|
| 4 |
|
| 5 |
class Model(nn.Module):
|
| 6 |
def __init__(self, options):
|