You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a file constants.py to store constants. Add constant additions to np.log and division to avoid
logs of zero or division by zero. This fixes Issue #77
I sometimes get errors (seems to be random based on the initialization) when trying to fit an RSLDS. The following lines reproduce the error:
The traceback looks like this:
I also get a message that LBFGS-B ran out of iteration before converging, during the initialization ARHMM fitting, which might be related.
The text was updated successfully, but these errors were encountered: