Skip to content

Commit

Permalink
Update disttest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
erfect2020 authored Aug 19, 2024
1 parent 717c4c2 commit d1c2299
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions disttest.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ def corresponding_load(pre_name, state_dict):
for test_data in tqdm(test_loader):
with torch.no_grad():
l_img, r_img, gt, b_img, root_name = test_data
# b_img, gt, root_name = test_data
# continue
# continue
gt = gt.cuda()

l_img = l_img.cuda()
Expand Down

0 comments on commit d1c2299

Please sign in to comment.