We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I run your train,py code with Tensorflow1.14 and CUDA10.0 version, and got the issue: `2019-10-17 14:47:22.499384: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1763] Adding visible gpu devices: 0 2019-10-17 14:47:28.415586: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1181] Device interconnect StreamExecutor with strength 1 edge matrix: 2019-10-17 14:47:28.415647: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1187] 0 2019-10-17 14:47:28.415662: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1200] 0: N 2019-10-17 14:47:28.418205: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1326] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10440 MB memory) -> physical GPU (device: 0, name: TITAN V, pci bus id: 0000:42:00.0, compute capability: 7.0) 2019-10-17 14:47:37.414226: F ./tensorflow/core/kernels/random_op_gpu.h:227] Non-OK-status: CudaLaunchKernel(FillPhiloxRandomKernelLaunch, num_blocks, block_size, 0, d.stream(), gen, data, size, dist) status: Internal: invalid configuration argument
Process finished with exit code 134 (interrupted by signal 6: SIGABRT)`
I am not sure if it is the code or the tensorflow bug, could you please give me some advices ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I run your train,py code with Tensorflow1.14 and CUDA10.0 version, and got the issue:
`2019-10-17 14:47:22.499384: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1763] Adding visible gpu devices: 0
2019-10-17 14:47:28.415586: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1181] Device interconnect StreamExecutor with strength 1 edge matrix:
2019-10-17 14:47:28.415647: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1187] 0
2019-10-17 14:47:28.415662: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1200] 0: N
2019-10-17 14:47:28.418205: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1326] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10440 MB memory) -> physical GPU (device: 0, name: TITAN V, pci bus id: 0000:42:00.0, compute capability: 7.0)
2019-10-17 14:47:37.414226: F ./tensorflow/core/kernels/random_op_gpu.h:227] Non-OK-status: CudaLaunchKernel(FillPhiloxRandomKernelLaunch, num_blocks, block_size, 0, d.stream(), gen, data, size, dist) status: Internal: invalid configuration argument
Process finished with exit code 134 (interrupted by signal 6: SIGABRT)`
I am not sure if it is the code or the tensorflow bug, could you please give me some advices ?
The text was updated successfully, but these errors were encountered: