tensorly / torch

TensorLy-Torch: Deep Tensor Learning with TensorLy and PyTorch
http://tensorly.org/torch/
BSD 3-Clause "New" or "Revised" License
70 stars 18 forks source link

FactorizedConv #21

Closed Sensing-Reasoning closed 2 years ago

Sensing-Reasoning commented 2 years ago

When I try to use FactorizedConv, it reports such error:

UserWarning: Creating a subclass of FactorizedTensor TensorizedTensor with no name. warnings.warn(f'Creating a subclass of FactorizedTensor {cls.name} with no name.')