Skip to content

Commit

Permalink
feat(neuralop): rename tltorch to tlpaddle
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyewww committed Dec 18, 2024
1 parent 36f40cd commit d79fe80
Show file tree
Hide file tree
Showing 29 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions neuralop/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from . import datasets
from . import mpu
from . import tltorch
from . import tlpaddle
from .losses import BurgersEqnLoss
from .losses import H1Loss
from .losses import ICLoss
Expand All @@ -19,7 +19,7 @@
__all__ = [
"datasets",
"mpu",
"tltorch",
"tlpaddle",
"BurgersEqnLoss",
"H1Loss",
"ICLoss",
Expand Down
2 changes: 1 addition & 1 deletion neuralop/layers/spectral_convolution.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from paddle import nn
from tensorly.plugins import use_opt_einsum

from ..tltorch.factorized_tensors.core import FactorizedTensor
from ..tlpaddle.factorized_tensors.core import FactorizedTensor
from ..utils import validate_scaling_factor

# from .einsum_utils import einsum_complexhalf
Expand Down
2 changes: 1 addition & 1 deletion neuralop/layers/spherical_convolution.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from paddle_harmonics import RealSHT
from tensorly.plugins import use_opt_einsum

from ..tltorch.factorized_tensors.core import FactorizedTensor
from ..tlpaddle.factorized_tensors.core import FactorizedTensor
from ..utils import validate_scaling_factor
from .base_spectral_conv import BaseSpectralConv
from .spectral_convolution import SubConv
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d79fe80

Please sign in to comment.