Skip to content

Commit

Permalink
Update run_nerf_helpers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yenchenlin authored Sep 23, 2021
1 parent bdb012e commit 1f06483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_nerf_helpers.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import torch
torch.autograd.set_detect_anomaly(True)
# torch.autograd.set_detect_anomaly(True)
import torch.nn as nn
import torch.nn.functional as F
import numpy as np
Expand Down

0 comments on commit 1f06483

Please sign in to comment.