Skip to content

Instantly share code, notes, and snippets.

@jedisct1
Created February 18, 2018 20:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jedisct1/d1e6e7b4c57461095866c60c02d91f47 to your computer and use it in GitHub Desktop.
Save jedisct1/d1e6e7b4c57461095866c60c02d91f47 to your computer and use it in GitHub Desktop.
Using TensorFlow backend.
Loading data...
Creating model... input length: 64
Compiling...
Fitting model...
Epoch 1/15
2018-02-18 20:48:53.944374: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:898] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero
2018-02-18 20:48:53.946025: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1331] Found device 0 with properties:
name: Tesla P100-PCIE-16GB major: 6 minor: 0 memoryClockRate(GHz): 1.3285
pciBusID: 0000:00:1f.0
totalMemory: 15.90GiB freeMemory: 15.61GiB
2018-02-18 20:48:53.946083: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1410] Adding visible gpu devices: 0
2018-02-18 20:48:54.368109: I tensorflow/core/common_runtime/gpu/gpu_device.cc:911] Device interconnect StreamExecutor with strength 1 edge matrix:
2018-02-18 20:48:54.368167: I tensorflow/core/common_runtime/gpu/gpu_device.cc:917] 0
2018-02-18 20:48:54.368185: I tensorflow/core/common_runtime/gpu/gpu_device.cc:930] 0: N
2018-02-18 20:48:54.369555: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1021] Creating TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 15133 MB memory) -> physical GPU (device: 0, name: Tesla P100-PCIE-16GB, pci bus id: 0000:00:1f.0, compute capability: 6.0)
Using TensorFlow backend.
Loading data...
Creating model... input length: 64
Compiling...
Fitting model...
Epoch 1/15
2018-02-18 20:39:17.951477: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:898] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero
2018-02-18 20:39:17.953137: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1331] Found device 0 with properties:
name: GeForce GTX 1080 Ti major: 6 minor: 1 memoryClockRate(GHz): 1.62
pciBusID: 0000:00:05.0
totalMemory: 10.92GiB freeMemory: 10.76GiB
2018-02-18 20:39:17.953195: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1410] Adding visible gpu devices: 0
2018-02-18 20:39:18.430218: I tensorflow/core/common_runtime/gpu/gpu_device.cc:911] Device interconnect StreamExecutor with strength 1 edge matrix:
2018-02-18 20:39:18.430285: I tensorflow/core/common_runtime/gpu/gpu_device.cc:917] 0
2018-02-18 20:39:18.430351: I tensorflow/core/common_runtime/gpu/gpu_device.cc:930] 0: N
2018-02-18 20:39:18.431045: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1021] Creating TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10415 MB memory) -> physical GPU (device: 0, name: GeForce GTX 1080 Ti, pci bus id: 0000:00:05.0, compute capability: 6.1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment