Last active
May 22, 2018 03:53
-
-
Save briansp2020/4d2a0b53bdd422ab2259016dd4f438ce to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2018-05-22 03:48:25.326959: I tensorflow/core/common_runtime/gpu/gpu_device.cc:907] Found device 0 with properties: | |
name: Device 6863 | |
AMDGPU ISA: gfx900 | |
memoryClockRate (GHz) 1.6 | |
pciBusID 0000:03:00.0 | |
Total memory: 15.98GiB | |
Free memory: 15.73GiB | |
2018-05-22 03:48:25.326977: I tensorflow/core/common_runtime/gpu/gpu_device.cc:929] DMA: 0 | |
2018-05-22 03:48:25.326983: I tensorflow/core/common_runtime/gpu/gpu_device.cc:939] 0: Y | |
2018-05-22 03:48:25.326990: I tensorflow/core/common_runtime/gpu/gpu_device.cc:997] Creating TensorFlow device (/gpu:0) -> (device: 0, name: Device 6863, pci bus id: 0000:03:00.0) | |
2018-05-22 03:48:50.507827: I tensorflow/core/kernels/conv_ops.cc:670] running auto-tune for Convolve | |
2018-05-22 03:48:52.927001: I tensorflow/core/kernels/conv_ops.cc:670] running auto-tune for Convolve | |
2018-05-22 03:48:52.934208: I tensorflow/core/kernels/conv_ops.cc:670] running auto-tune for Convolve | |
2018-05-22 03:48:54.384631: I tensorflow/core/kernels/conv_ops.cc:670] running auto-tune for Convolve | |
2018-05-22 03:48:55.643091: I tensorflow/core/kernels/conv_ops.cc:670] running auto-tune for Convolve | |
2018-05-22 03:48:55.644848: I tensorflow/core/kernels/conv_ops.cc:670] running auto-tune for Convolve | |
2018-05-22 03:48:57.089400: I tensorflow/core/kernels/conv_ops.cc:670] running auto-tune for Convolve | |
2018-05-22 03:48:58.399518: I tensorflow/core/kernels/conv_ops.cc:670] running auto-tune for Convolve | |
2018-05-22 03:48:58.401780: I tensorflow/core/kernels/conv_ops.cc:670] running auto-tune for Convolve | |
2018-05-22 03:49:00.087453: I tensorflow/core/kernels/conv_ops.cc:670] running auto-tune for Convolve | |
2018-05-22 03:49:01.586118: I tensorflow/core/kernels/conv_ops.cc:670] running auto-tune for Convolve | |
2018-05-22 03:49:01.588545: I tensorflow/core/kernels/conv_ops.cc:670] running auto-tune for Convolve | |
2018-05-22 03:49:01.591201: I tensorflow/core/kernels/conv_ops.cc:670] running auto-tune for Convolve | |
2018-05-22 03:49:01.591880: I tensorflow/core/kernels/conv_ops.cc:670] running auto-tune for Convolve | |
Memory access fault by GPU node-1 (Agent handle: 0x248f240) on address 0x3b000. Reason: Page not present or supervisor privilege. | |
[I 03:49:03.044 NotebookApp] KernelRestarter: restarting kernel (1/5), keep random ports | |
WARNING:root:kernel ecb25844-3968-4848-b456-b828bf042ae8 restarted | |
Traceback (most recent call last): | |
File "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main | |
"__main__", mod_spec) | |
File "/usr/lib/python3.5/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/usr/local/lib/python3.5/dist-packages/ipykernel_launcher.py", line 16, in <module> | |
app.launch_new_instance() | |
File "/usr/local/lib/python3.5/dist-packages/traitlets/config/application.py", line 657, in launch_instance | |
app.initialize(argv) | |
File "<decorator-gen-123>", line 2, in initialize | |
File "/usr/local/lib/python3.5/dist-packages/traitlets/config/application.py", line 87, in catch_config_error | |
return method(app, *args, **kwargs) | |
File "/usr/local/lib/python3.5/dist-packages/ipykernel/kernelapp.py", line 456, in initialize | |
self.init_sockets() | |
File "/usr/local/lib/python3.5/dist-packages/ipykernel/kernelapp.py", line 238, in init_sockets | |
self.shell_port = self._bind_socket(self.shell_socket, self.shell_port) | |
File "/usr/local/lib/python3.5/dist-packages/ipykernel/kernelapp.py", line 180, in _bind_socket | |
s.bind("tcp://%s:%i" % (self.ip, port)) | |
File "zmq/backend/cython/socket.pyx", line 547, in zmq.backend.cython.socket.Socket.bind | |
File "zmq/backend/cython/checkrc.pxd", line 25, in zmq.backend.cython.checkrc._check_rc | |
zmq.error.ZMQError: Address already in use | |
[I 03:49:06.053 NotebookApp] KernelRestarter: restarting kernel (2/5), keep random ports | |
WARNING:root:kernel ecb25844-3968-4848-b456-b828bf042ae8 restarted | |
Traceback (most recent call last): | |
File "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main | |
"__main__", mod_spec) | |
File "/usr/lib/python3.5/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/usr/local/lib/python3.5/dist-packages/ipykernel_launcher.py", line 16, in <module> | |
app.launch_new_instance() | |
File "/usr/local/lib/python3.5/dist-packages/traitlets/config/application.py", line 657, in launch_instance | |
app.initialize(argv) | |
File "<decorator-gen-123>", line 2, in initialize | |
File "/usr/local/lib/python3.5/dist-packages/traitlets/config/application.py", line 87, in catch_config_error | |
return method(app, *args, **kwargs) | |
File "/usr/local/lib/python3.5/dist-packages/ipykernel/kernelapp.py", line 456, in initialize | |
self.init_sockets() | |
File "/usr/local/lib/python3.5/dist-packages/ipykernel/kernelapp.py", line 238, in init_sockets | |
self.shell_port = self._bind_socket(self.shell_socket, self.shell_port) | |
File "/usr/local/lib/python3.5/dist-packages/ipykernel/kernelapp.py", line 180, in _bind_socket | |
s.bind("tcp://%s:%i" % (self.ip, port)) | |
File "zmq/backend/cython/socket.pyx", line 547, in zmq.backend.cython.socket.Socket.bind | |
File "zmq/backend/cython/checkrc.pxd", line 25, in zmq.backend.cython.checkrc._check_rc | |
zmq.error.ZMQError: Address already in use | |
[I 03:49:09.064 NotebookApp] KernelRestarter: restarting kernel (3/5), keep random ports | |
WARNING:root:kernel ecb25844-3968-4848-b456-b828bf042ae8 restarted | |
Traceback (most recent call last): | |
File "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main | |
"__main__", mod_spec) | |
File "/usr/lib/python3.5/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/usr/local/lib/python3.5/dist-packages/ipykernel_launcher.py", line 16, in <module> | |
app.launch_new_instance() | |
File "/usr/local/lib/python3.5/dist-packages/traitlets/config/application.py", line 657, in launch_instance | |
app.initialize(argv) | |
File "<decorator-gen-123>", line 2, in initialize | |
File "/usr/local/lib/python3.5/dist-packages/traitlets/config/application.py", line 87, in catch_config_error | |
return method(app, *args, **kwargs) | |
File "/usr/local/lib/python3.5/dist-packages/ipykernel/kernelapp.py", line 456, in initialize | |
self.init_sockets() | |
File "/usr/local/lib/python3.5/dist-packages/ipykernel/kernelapp.py", line 238, in init_sockets | |
self.shell_port = self._bind_socket(self.shell_socket, self.shell_port) | |
File "/usr/local/lib/python3.5/dist-packages/ipykernel/kernelapp.py", line 180, in _bind_socket | |
s.bind("tcp://%s:%i" % (self.ip, port)) | |
File "zmq/backend/cython/socket.pyx", line 547, in zmq.backend.cython.socket.Socket.bind | |
File "zmq/backend/cython/checkrc.pxd", line 25, in zmq.backend.cython.checkrc._check_rc | |
zmq.error.ZMQError: Address already in use | |
[I 03:49:12.075 NotebookApp] KernelRestarter: restarting kernel (4/5), keep random ports | |
WARNING:root:kernel ecb25844-3968-4848-b456-b828bf042ae8 restarted | |
Traceback (most recent call last): | |
File "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main | |
"__main__", mod_spec) | |
File "/usr/lib/python3.5/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/usr/local/lib/python3.5/dist-packages/ipykernel_launcher.py", line 16, in <module> | |
app.launch_new_instance() | |
File "/usr/local/lib/python3.5/dist-packages/traitlets/config/application.py", line 657, in launch_instance | |
app.initialize(argv) | |
File "<decorator-gen-123>", line 2, in initialize | |
File "/usr/local/lib/python3.5/dist-packages/traitlets/config/application.py", line 87, in catch_config_error | |
return method(app, *args, **kwargs) | |
File "/usr/local/lib/python3.5/dist-packages/ipykernel/kernelapp.py", line 456, in initialize | |
self.init_sockets() | |
File "/usr/local/lib/python3.5/dist-packages/ipykernel/kernelapp.py", line 238, in init_sockets | |
self.shell_port = self._bind_socket(self.shell_socket, self.shell_port) | |
File "/usr/local/lib/python3.5/dist-packages/ipykernel/kernelapp.py", line 180, in _bind_socket | |
s.bind("tcp://%s:%i" % (self.ip, port)) | |
File "zmq/backend/cython/socket.pyx", line 547, in zmq.backend.cython.socket.Socket.bind | |
File "zmq/backend/cython/checkrc.pxd", line 25, in zmq.backend.cython.checkrc._check_rc | |
zmq.error.ZMQError: Address already in use | |
[W 03:49:15.084 NotebookApp] KernelRestarter: restart failed | |
[W 03:49:15.085 NotebookApp] Kernel ecb25844-3968-4848-b456-b828bf042ae8 died, removing from map. | |
ERROR:root:kernel ecb25844-3968-4848-b456-b828bf042ae8 restarted failed! | |
[W 03:49:15.223 NotebookApp] 410 DELETE /api/sessions/8023e889-5562-4f53-ab1f-0cbcedcf685e (127.0.0.1): Kernel deleted before session | |
[W 03:49:15.224 NotebookApp] Kernel deleted before session | |
[W 03:49:15.224 NotebookApp] 410 DELETE /api/sessions/8023e889-5562-4f53-ab1f-0cbcedcf685e (127.0.0.1) 4.14ms referer=http://localhost:8080/notebooks/train_shapes.ipynb | |
[I 03:50:16.090 NotebookApp] Saving file at /train_shapes.ipynb | |
[W 03:50:16.092 NotebookApp] Notebook train_shapes.ipynb is not trusted | |
^[[A[I 03:51:52.066 NotebookApp] Saving file at /train_shapes.ipynb | |
[W 03:51:53.267 NotebookApp] 404 DELETE /api/sessions/8023e889-5562-4f53-ab1f-0cbcedcf685e (127.0.0.1): Session not found: session_id='8023e889-5562-4f53-ab1f-0cbcedcf685e' | |
[W 03:51:53.267 NotebookApp] Session not found: session_id='8023e889-5562-4f53-ab1f-0cbcedcf685e' | |
[W 03:51:53.268 NotebookApp] 404 DELETE /api/sessions/8023e889-5562-4f53-ab1f-0cbcedcf685e (127.0.0.1) 3.17ms referer=http://localhost:8080/notebooks/train_shapes.ipynb | |
[I 03:51:59.413 NotebookApp] Kernel started: 4912f4a2-a31b-4d99-8fcc-1655d2b6f401 | |
[I 03:51:59.775 NotebookApp] Adapting to protocol v5.1 for kernel 4912f4a2-a31b-4d99-8fcc-1655d2b6f401 | |
2018-05-22 03:52:09.861897: W tensorflow/stream_executor/rocm/rocm_driver.cc:405] creating context when one is currently active; existing: 0x7f7bad3e7800 | |
2018-05-22 03:52:09.862051: I tensorflow/core/common_runtime/gpu/gpu_device.cc:907] Found device 0 with properties: | |
name: Device 6863 | |
AMDGPU ISA: gfx900 | |
memoryClockRate (GHz) 1.6 | |
pciBusID 0000:03:00.0 | |
Total memory: 15.98GiB | |
Free memory: 15.73GiB | |
2018-05-22 03:52:09.862068: I tensorflow/core/common_runtime/gpu/gpu_device.cc:929] DMA: 0 | |
2018-05-22 03:52:09.862074: I tensorflow/core/common_runtime/gpu/gpu_device.cc:939] 0: Y | |
2018-05-22 03:52:09.862081: I tensorflow/core/common_runtime/gpu/gpu_device.cc:997] Creating TensorFlow device (/gpu:0) -> (device: 0, name: Device 6863, pci bus id: 0000:03:00.0) | |
2018-05-22 03:52:29.201773: I tensorflow/core/kernels/conv_ops.cc:670] running auto-tune for Convolve | |
2018-05-22 03:52:29.468501: I tensorflow/core/kernels/conv_ops.cc:670] running auto-tune for Convolve | |
2018-05-22 03:52:29.473817: I tensorflow/core/kernels/conv_ops.cc:670] running auto-tune for Convolve | |
2018-05-22 03:52:29.537799: I tensorflow/core/kernels/conv_ops.cc:670] running auto-tune for Convolve | |
2018-05-22 03:52:29.598229: I tensorflow/core/kernels/conv_ops.cc:670] running auto-tune for Convolve | |
2018-05-22 03:52:29.599716: I tensorflow/core/kernels/conv_ops.cc:670] running auto-tune for Convolve | |
2018-05-22 03:52:29.661037: I tensorflow/core/kernels/conv_ops.cc:670] running auto-tune for Convolve | |
2018-05-22 03:52:29.721653: I tensorflow/core/kernels/conv_ops.cc:670] running auto-tune for Convolve | |
2018-05-22 03:52:29.723843: I tensorflow/core/kernels/conv_ops.cc:670] running auto-tune for Convolve | |
2018-05-22 03:52:29.795143: I tensorflow/core/kernels/conv_ops.cc:670] running auto-tune for Convolve | |
2018-05-22 03:52:29.856684: I tensorflow/core/kernels/conv_ops.cc:670] running auto-tune for Convolve | |
2018-05-22 03:52:29.858884: I tensorflow/core/kernels/conv_ops.cc:670] running auto-tune for Convolve | |
2018-05-22 03:52:29.861636: I tensorflow/core/kernels/conv_ops.cc:670] running auto-tune for Convolve | |
2018-05-22 03:52:29.862309: I tensorflow/core/kernels/conv_ops.cc:670] running auto-tune for Convolve | |
Memory access fault by GPU node-1 (Agent handle: 0x290e0f0) on address 0x8000. Reason: Page not present or supervisor privilege. | |
[I 03:52:32.414 NotebookApp] KernelRestarter: restarting kernel (1/5), keep random ports | |
WARNING:root:kernel 4912f4a2-a31b-4d99-8fcc-1655d2b6f401 restarted |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment