Skip to content

Commit

Permalink
Remove TypeStorage deprecated warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Xallt committed Aug 21, 2023
1 parent 4ad5b24 commit 287de90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
from nerf.provider import NeRFDataset
from nerf.utils import *

from nerf.gui import NeRFGUI
import warnings
warnings.filterwarnings('ignore', category=UserWarning, message='TypedStorage is deprecated')I

# torch.autograd.set_detect_anomaly(True)

Expand Down

0 comments on commit 287de90

Please sign in to comment.