Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LSTM-AD von Syn Extreme Outliers (mis=0.025) #112

Closed
WGierke opened this issue Jun 28, 2018 · 0 comments
Closed

LSTM-AD von Syn Extreme Outliers (mis=0.025) #112

WGierke opened this issue Jun 28, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@WGierke
Copy link
Contributor

WGierke commented Jun 28, 2018

2018-06-28 11:03:43 [ERROR] src.evaluation.evaluator: Traceback (most recent call last):
  File "/repo/src/evaluation/evaluator.py", line 72, in evaluate
    score = det.predict(X_test)
  File "/repo/src/algorithms/lstm_ad.py", line 99, in predict
    scores = -multivariate_normal.logpdf(norm, mean=self.mean, cov=self.cov, allow_singular=True)
  File "/usr/local/lib/python3.6/dist-packages/scipy/stats/_multivariate.py", line 487, in logpdf
    psd = _PSD(cov, allow_singular=allow_singular)
  File "/usr/local/lib/python3.6/dist-packages/scipy/stats/_multivariate.py", line 152, in __init__
    s, u = scipy.linalg.eigh(M, lower=lower, check_finite=check_finite)
  File "/usr/local/lib/python3.6/dist-packages/scipy/linalg/decomp.py", line 374, in eigh
    a1 = _asarray_validated(a, check_finite=check_finite)
  File "/usr/local/lib/python3.6/dist-packages/scipy/_lib/_util.py", line 238, in _asarray_validated
    a = toarray(a)
  File "/usr/local/lib/python3.6/dist-packages/numpy/lib/function_base.py", line 1233, in asarray_chkfinite
    "array must not contain infs or NaNs")
ValueError: array must not contain infs or NaNs
@WGierke WGierke added the bug Something isn't working label Jun 28, 2018
WGierke added a commit that referenced this issue Jul 4, 2018
@WGierke WGierke closed this as completed in 94234eb Jul 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant