标签: python
我有一个库,我在模块FloatTensor和torch.tensor中定义了一个名为torch.sparse的类。当我收到属性错误时,Python无法报告AttributeError: type object 'FloatTensor' has no attribute 'foo',因此不清楚张量是否稀疏。有没有办法覆盖报告行为,以便获得更多资格?
FloatTensor
torch.tensor
torch.sparse
AttributeError: type object 'FloatTensor' has no attribute 'foo'