Skip to content

Commit 70a19bd

Browse files
committed
Fix import
1 parent 82e5203 commit 70a19bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deepxde/utils/pytorch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Utilities of pytorch."""
22

3-
from ..backend import torch
3+
import torch
44

55

66
class LLAAF(torch.nn.Module):

0 commit comments

Comments
 (0)