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 #22

Closed javyduck closed 1 year ago

javyduck 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.')

JeanKossaifi commented 1 year ago

That's not actually an issue, just a misleading warning when subclassing the main class, I'll try to remove it.

JeanKossaifi commented 1 year ago

Fixed in c9f402c74afe5ff13fb01e073be74578694e24f7