rawanessam commited on
Commit
c401192
·
verified ·
1 Parent(s): e9fe176

Update pytorch/models/modules.py

Browse files
Files changed (1) hide show
  1. pytorch/models/modules.py +1 -1
pytorch/models/modules.py CHANGED
@@ -1,7 +1,7 @@
1
  import torch
2
  from torch import nn
3
  import numpy as np
4
- from utils import *
5
 
6
  ## Conv + bn + relu
7
  class ConvBlock(nn.Module):
 
1
  import torch
2
  from torch import nn
3
  import numpy as np
4
+ from .. import utils
5
 
6
  ## Conv + bn + relu
7
  class ConvBlock(nn.Module):