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

Recurrent EBM: tensorflow.python.framework.errors_impl.InternalError: Failed to create session. #92

Closed
WGierke opened this issue Jun 21, 2018 · 1 comment
Labels
bug Something isn't working cuda_deployment

Comments

@WGierke
Copy link
Contributor

WGierke commented Jun 21, 2018

18-06-21 07:12:00 [ERROR] src.evaluation.evaluator: An exception occurred while training Recurrent EBM on Synthetic Variance Outliers: Failed to create session.
2018-06-21 07:12:00 [ERROR] src.evaluation.evaluator: Traceback (most recent call last):
  File "/repo/src/evaluation/evaluator.py", line 71, in evaluate
    det.fit(X_train, y_train)
  File "/repo/src/algorithms/rnn_ebm.py", line 43, in fit
    self.tf_session = tf.Session()
  File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/client/session.py", line 1560, in __init__
    super(Session, self).__init__(target, graph, config=config)
  File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/client/session.py", line 633, in __init__
    self._session = tf_session.TF_NewSession(self._graph._c_graph, opts)
tensorflow.python.framework.errors_impl.InternalError: Failed to create session.
@WGierke WGierke added the bug Something isn't working label Jun 21, 2018
@WGierke WGierke changed the title tensorflow.python.framework.errors_impl.InternalError: Failed to create session. Recurrent EBM: tensorflow.python.framework.errors_impl.InternalError: Failed to create session. Jun 21, 2018
WGierke pushed a commit that referenced this issue Jun 28, 2018
* adds second training set to train params of gaussian dist via spliting

* adds cuda support for all algorithms

* Run LSTMAD, Donut and DAGMM with NNAutoencoder on CUDA (#105)

* Ignore device placement on ReEBM as well

* Adapt LSTMED

* Sort detector execution by framework

* Closes #89 #91 #92 #93 #94 #95 #96
@WGierke
Copy link
Contributor Author

WGierke commented Jun 28, 2018

Closed via d5cced5

@WGierke WGierke closed this as completed Jun 28, 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 cuda_deployment
Projects
None yet
Development

No branches or pull requests

1 participant