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

Add missing parentheses to contiguous core call. Also add to factors #9

Closed colehawkins closed 2 years ago

colehawkins commented 2 years ago

This PR adds missing parentheses, and also adds a precautionary .contiguous() call to the factors.

JeanKossaifi commented 2 years ago

Great, thanks @colehawkins! Merging.