Skip to content

Commit

Permalink
Update demo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mao114 authored Jan 20, 2022
1 parent fdb509e commit 66335e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
# Simulate.
simulator = Simulator(D/r0, im_size).to(device, dtype=torch.float32)

#Note that the current version does not support batched images. Only one frame at a time.
# Note that the current version does not support batched images. Only one frame at a time.
out = simulator(x).detach().cpu().numpy()

if len(out.shape) == 3:
Expand Down

0 comments on commit 66335e3

Please sign in to comment.