cair / tmu

Implements the Tsetlin Machine, Coalesced Tsetlin Machine, Convolutional Tsetlin Machine, Regression Tsetlin Machine, and Weighted Tsetlin Machine, with support for continuous features, drop clause, Type III Feedback, focused negative sampling, multi-task classifier, autoencoder, literal budget, and one-vs-one multi-class classifier. TMU is written in Python with wrappers for C and CUDA-based clause evaluation and updating.
https://pypi.org/project/tmu/
MIT License
126 stars 13 forks source link

ModuleNotFoundError: No module named 'tmu.tmulib' #41

Closed olegranmo closed 1 year ago

olegranmo commented 1 year ago

Looks like the new version is broken for Ubuntu?

Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/tmu/init.py", line 20, in import tmu.tmulib ModuleNotFoundError: No module named 'tmu.tmulib'

perara commented 1 year ago

Fixed.