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

Remove unnecessary print statement #15

Closed colehawkins closed 2 years ago

colehawkins commented 2 years ago

I think this line is unnecessary, and triggers a print statement at every forward indexing call of the tensorized embedding layer.

JeanKossaifi commented 2 years ago

Thanks @colehawkins, merging!