Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
iscyy committed Aug 31, 2022
1 parent fc83b9d commit 78d1c5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion val.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ def run(data,
dt[1] += time_sync() - t2
if compute_loss:
if otaloss =='yolov7':
print('🚀')
loss += compute_loss([x.float() for x in train_out], targets)[1][:3]
else:
loss += compute_loss([x.float() for x in train_out], targets)[1] # box, obj, cls
Expand Down

0 comments on commit 78d1c5a

Please sign in to comment.