rballester / tntorch

Tensor Network Learning with PyTorch
https://tntorch.readthedocs.io/
GNU Lesser General Public License v3.0
283 stars 42 forks source link

numel in tutorials #5

Closed Aelphy closed 5 years ago

Aelphy commented 5 years ago

Hi, there is problem with some tutorials: when you compute compression ratio you use numel instead of numcoef.

rballester commented 5 years ago

Thanks! This is fixed by 020694a.