Chaerin5 commited on
Commit
d77d40d
·
1 Parent(s): 02e087e

enable zerogpu

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -419,7 +419,7 @@ def get_target_anno(target):
419
  )
420
  * kpts_valid[:, None, None],
421
  dtype=torch.float,
422
- device=device,
423
  )[None, ...]
424
  target_cond = torch.cat(
425
  [target_heatmaps, torch.zeros_like(target_heatmaps)[:, :1]], 1
 
419
  )
420
  * kpts_valid[:, None, None],
421
  dtype=torch.float,
422
+ # device=device,
423
  )[None, ...]
424
  target_cond = torch.cat(
425
  [target_heatmaps, torch.zeros_like(target_heatmaps)[:, :1]], 1