Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. Exception in thread SessionCloseThread:
  2. Traceback (most recent call last):
  3. File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
  4. self.run()
  5. File "/usr/lib/python3.6/threading.py", line 864, in run
  6. self._target(*self._args, **self._kwargs)
  7. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/client/session.py", line 747, in close
  8. tf_session.TF_CloseSession(self._session)
  9. tensorflow.python.framework.errors_impl.AbortedError: Session 2f3573599f279039 is not found. Possibly, this master has restarted.
  10.  
  11. Traceback (most recent call last):
  12. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/client/session.py", line 1356, in _do_call
  13. return fn(*args)
  14. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/client/session.py", line 1341, in _run_fn
  15. options, feed_dict, fetch_list, target_list, run_metadata)
  16. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/client/session.py", line 1429, in _call_tf_sessionrun
  17. run_metadata)
  18. tensorflow.python.framework.errors_impl.AbortedError: Session 2f3573599f279039 is not found.
  19.  
  20. During handling of the above exception, another exception occurred:
  21.  
  22. Traceback (most recent call last):
  23. File "/usr/local/bin/hypergan", line 146, in <module>
  24. gancli.run()
  25. File "/usr/local/lib/python3.6/dist-packages/hypergan/cli.py", line 324, in run
  26. self.train()
  27. File "/usr/local/lib/python3.6/dist-packages/hypergan/cli.py", line 268, in train
  28. self.train_tpu()
  29. File "/usr/local/lib/python3.6/dist-packages/hypergan/cli.py", line 249, in train_tpu
  30. session.run(train)
  31. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/client/session.py", line 950, in run
  32. run_metadata_ptr)
  33. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/client/session.py", line 1173, in _run
  34. feed_dict_tensor, options, run_metadata)
  35. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/client/session.py", line 1350, in _do_run
  36. run_metadata)
  37. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/client/session.py", line 1370, in _do_call
  38. raise type(e)(node_def, op, message)
  39. tensorflow.python.framework.errors_impl.AbortedError: Session 2f3573599f279039 is not found.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement