Closed titipata closed 9 years ago
I think you should update example code in README file i.e. from from cmt import MCGSM to
from cmt import MCGSM
from cmt.models import MCGSM
and also from from cmt import WhiteningPreconditioner
from cmt import WhiteningPreconditioner
from cmt.transforms import WhiteningPreconditioner
I think you should update example code in README file i.e. from
from cmt import MCGSM
toand also from
from cmt import WhiteningPreconditioner