rawanessam commited on
Commit
d2c2839
·
verified ·
1 Parent(s): 1aed3cd

Update pytorch/models/model.py

Browse files
Files changed (1) hide show
  1. 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 models.modules import *
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):