Closed javyduck closed 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.')
That's not actually an issue, just a misleading warning when subclassing the main class, I'll try to remove it.
Fixed in c9f402c74afe5ff13fb01e073be74578694e24f7
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.')