lucastheis / cmt

Fast CPU implementations of several conditional probabilistic models
http://lucastheis.github.io/cmt/
MIT License
36 stars 14 forks source link

Example code in README.md doesn't work #1

Closed titipata closed 9 years ago

titipata commented 9 years ago

I think you should update example code in README file i.e. from from cmt import MCGSM to

from cmt.models import MCGSM

and also from from cmt import WhiteningPreconditioner

from cmt.transforms import WhiteningPreconditioner