msmbuilder / vde

Variational Autoencoder for Dimensionality Reduction of Time-Series
MIT License
186 stars 43 forks source link

recursive error #3

Closed euhruska closed 6 years ago

euhruska commented 6 years ago

installed on python3 for the example notebook it worked until mdl.eval(), where I got Traceback (most recent call last): File "<stdin>", line 1, in <module> File "xxx/lib/python3.5/site-packages/sklearn/base.py", line 290, in __repr__ offset=len(class_name),),) ... RecursionError: maximum recursion depth exceeded should I reinstall in python2.7 or is the issue elsewhere?

cxhernandez commented 6 years ago

I'm using Python 3.5.4 (via Anaconda) and am unable to reproduce that error. You might be able to remove that line though, as it's not entirely necessary. What's weird is that gets called in transform and propagate anyway, so I'm not sure why it would only throw an error at that specific cell.