Spaces:
Runtime error
Runtime error
Xu Ma
commited on
Commit
·
6f3106f
1
Parent(s):
367a7f2
Update main.py
Browse files
main.py
CHANGED
@@ -522,7 +522,7 @@ def main_func(target, experiment, cfg_arg):
|
|
522 |
### added for app
|
523 |
if t%10==0:
|
524 |
print(f"debug: {t}, {filename} {img.size()}")
|
525 |
-
return img.detach().cpu(), None
|
526 |
|
527 |
x = img.unsqueeze(0).permute(0, 3, 1, 2) # HWC -> NCHW
|
528 |
|
|
|
522 |
### added for app
|
523 |
if t%10==0:
|
524 |
print(f"debug: {t}, {filename} {img.size()}")
|
525 |
+
return img.detach().cpu().numpy(), None
|
526 |
|
527 |
x = img.unsqueeze(0).permute(0, 3, 1, 2) # HWC -> NCHW
|
528 |
|