Spaces:
Running
on
Zero
Running
on
Zero
fix: unable find cuda
Browse files- 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()
|
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
|