Skip to content

Commit

Permalink
Closer
Browse files Browse the repository at this point in the history
  • Loading branch information
jloveric committed May 20, 2024
1 parent f16c8e7 commit 462747e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion high_order_implicit_representation/rendering.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def on_train_epoch_end(
f, axarr = plt.subplots(1, 2)
axarr[0].imshow(ans.detach().cpu().numpy())
axarr[0].set_title("fit")
axarr[1].imshow(self.image.cpu())
axarr[1].imshow(image.cpu())
axarr[1].set_title("original")

for i in range(2):
Expand Down

0 comments on commit 462747e

Please sign in to comment.