Xu Ma commited on
Commit
505661d
1 Parent(s): feef2d1

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -521,7 +521,7 @@ def main_func(target, experiment, cfg_arg):
521
 
522
  ### added for app
523
  if t%10==0:
524
- print(f"debug: {t}, {filename}")
525
  return img, None
526
 
527
  x = img.unsqueeze(0).permute(0, 3, 1, 2) # HWC -> NCHW
 
521
 
522
  ### added for app
523
  if t%10==0:
524
+ print(f"debug: {t}, {filename} {img.size()}")
525
  return img, None
526
 
527
  x = img.unsqueeze(0).permute(0, 3, 1, 2) # HWC -> NCHW