Fediory commited on
Commit
0f856ef
·
1 Parent(s): ab2b5fe

fix: unable find cuda

Browse files
Files changed (1) hide show
  1. net/CIDNet.py +1 -1
net/CIDNet.py CHANGED
@@ -67,7 +67,7 @@ class CIDNet(nn.Module):
67
  self.I_LCA5 = I_LCA(ch3, head3)
68
  self.I_LCA6 = I_LCA(ch2, head2)
69
 
70
- self.trans = RGB_HVI().cuda()
71
 
72
  def forward(self, x):
73
  dtypes = x.dtype
 
67
  self.I_LCA5 = I_LCA(ch3, head3)
68
  self.I_LCA6 = I_LCA(ch2, head2)
69
 
70
+ self.trans = RGB_HVI()
71
 
72
  def forward(self, x):
73
  dtypes = x.dtype