Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. W0616 15:51:30.669703 140504606967680 tpu_strategy_util.py:56] TPU system %s has already been initialized. Reinitializing the TPU can cause previously created variables on TPU to be lost.
  2.  
  3. ---------------------------------------------------------------------------
  4.  
  5. AbortedError Traceback (most recent call last)
  6.  
  7. /usr/local/lib/python3.6/dist-packages/tensorflow/python/client/session.py in _do_call(self, fn, *args)
  8. 1355 try:
  9. -> 1356 return fn(*args)
  10. 1357 except errors.OpError as e:
  11.  
  12. 11 frames
  13.  
  14. AbortedError: Session ccd188ff0343641e is not found.
  15.  
  16.  
  17. During handling of the above exception, another exception occurred:
  18.  
  19. AbortedError Traceback (most recent call last)
  20.  
  21. /usr/local/lib/python3.6/dist-packages/tensorflow/python/client/session.py in _do_call(self, fn, *args)
  22. 1368 pass
  23. 1369 message = error_interpolation.interpolate(message, self._graph)
  24. -> 1370 raise type(e)(node_def, op, message)
  25. 1371
  26. 1372 def _extend_graph(self):
  27.  
  28. AbortedError: Session ccd188ff0343641e is not found.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement