Skip to content

Commit

Permalink
remove random break
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-scheerlinck committed Sep 29, 2020
1 parent 1e4fd4d commit 8dc64e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ def main(args, model):

model.reset_states()
for i, item in enumerate(tqdm(data_loader)):
if i > 1000:
break
voxel = item['events'].to(device)
if not args.color:
voxel = crop.pad(voxel)
Expand Down

0 comments on commit 8dc64e0

Please sign in to comment.