jacobgil / pytorch-tensor-decompositions

PyTorch implementation of [1412.6553] and [1511.06530] tensor decomposition methods for convolutional layers.
https://jacobgil.github.io/deeplearning/tensor-decompositions-deep-learning
280 stars 63 forks source link

TT and TR #15

Open SCIKings opened 5 months ago

SCIKings commented 5 months ago

Great job! If I want to implement TT and TR to decompose the convolution layer, what should I do?