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
279 stars 63 forks source link

dlopen cannot load any more object with static tls #1

Closed haithanhp closed 6 years ago

haithanhp commented 6 years ago

Hi @jacobgil ,

Thanks for your great work. When I run your train code, I get the error: dlopen cannot load any more object with static tls. I think that is because the order import libraries of mxnet in tensorly and pytorch. Do you know how can we fix this?

Thanks, Hai

jacobgil commented 6 years ago

Can't reproduce this, make sure to install the newest version of tensorly. This repository now uses the pytorch backend.