Can't solve this error: Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERRORkeras using tensorflow as backend :Cannot interpret feed_dict key as Tensor: Can not convert a int into a TensorKeras Multi GPU example gives ResourceExhaustedErrorKeras loaded model is Not workingAn error ocurred while starting the kernel while usingKeras pretrained model is not downloadedProblems with Seq2Seq model using RNN layer and GRU cells in Kerastensorflow run any opmtimizer get exit code 139 interrupted by signal 11: SIGSEGVKeras Gpu: ConfigurationFailed to get convolution algorithm. This is probably because cuDNN failed to initialize
Creating a Master Image to roll out to 30 new Machines Licensing Issues
Is BitLocker useful in the case of stolen laptop?
Are the definite and indefinite integrals actually two different things? Where is the flaw in my understanding?
Is it appropriate for a professor to require students to sign a non-disclosure agreement before being taught?
Could the government trigger by-elections to regain a majority?
How to progress with CPLEX/Gurobi
I changed a word from a source, how do I cite it correctly?
Is English tonal for some words, like "permit"?
Number of aircraft to operate in an airline company
What's the biggest difference between these two photos?
How is the Team Scooby Doo funded?
For how long could UK opposition parties prevent new elections?
Stack class in Java 8
Why are some Mac apps not available on AppStore?
Why didn't Thor use the All powerful spear instead of Stormbreaker?
Why would "an mule" be used instead of "a mule"?
What is going on: C++ std::move on std::shared_ptr increases use_count?
How do I restrict an interpolated function to only take values > 0?
Writing a love interest for my hero
Do any aircraft carry boats?
Awesomism and its awesome gods
Usage of Offrir and Donner
Show that there exists an integer that is a power of 5 with the first 4 digits being 2018.
RP Automatic Updates
Can't solve this error: Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR
keras using tensorflow as backend :Cannot interpret feed_dict key as Tensor: Can not convert a int into a TensorKeras Multi GPU example gives ResourceExhaustedErrorKeras loaded model is Not workingAn error ocurred while starting the kernel while usingKeras pretrained model is not downloadedProblems with Seq2Seq model using RNN layer and GRU cells in Kerastensorflow run any opmtimizer get exit code 139 interrupted by signal 11: SIGSEGVKeras Gpu: ConfigurationFailed to get convolution algorithm. This is probably because cuDNN failed to initialize
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am trying to train a CNN with keras, tensorflow backend. It was working and out of the blue I got this error.
I tried rm -rf ~/.nv/
but it didn't work.
EDIT: I created another virtual environment and it is working.
Here is the full log:
Using TensorFlow backend.
2019-03-28 09:23:59.602808: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
2019-03-28 09:23:59.686104: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:964] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero
2019-03-28 09:23:59.686506: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1432] Found device 0 with properties:
name: GeForce GTX 1060 with Max-Q Design major: 6 minor: 1 memoryClockRate(GHz): 1.3415
pciBusID: 0000:01:00.0
totalMemory: 5.94GiB freeMemory: 5.36GiB
2019-03-28 09:23:59.686525: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1511] Adding visible gpu devices: 0
2019-03-28 09:23:59.910495: I tensorflow/core/common_runtime/gpu/gpu_device.cc:982] Device interconnect StreamExecutor with strength 1 edge matrix:
2019-03-28 09:23:59.910530: I tensorflow/core/common_runtime/gpu/gpu_device.cc:988] 0
2019-03-28 09:23:59.910536: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1001] 0: N
2019-03-28 09:23:59.910694: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 5126 MB memory) -> physical GPU (device: 0, name: GeForce GTX 1060 with Max-Q Design, pci bus id: 0000:01:00.0, compute capability: 6.1)
Epoch 1/10
2019-03-28 09:24:24.618996: E tensorflow/stream_executor/cuda/cuda_dnn.cc:373] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR
2019-03-28 09:24:24.921106: E tensorflow/stream_executor/cuda/cuda_dnn.cc:373] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR
Traceback (most recent call last):
File "train_models.py", line 63, in <module>
workers=6)
File "/home/fadwa/.virtualenvs/dl_tf_Py3/lib/python3.5/site-packages/keras/legacy/interfaces.py", line 91, in wrapper
return func(*args, **kwargs)
File "/home/fadwa/.virtualenvs/dl_tf_Py3/lib/python3.5/site-packages/keras/engine/training.py", line 1418, in fit_generator
initial_epoch=initial_epoch)
File "/home/fadwa/.virtualenvs/dl_tf_Py3/lib/python3.5/site-packages/keras/engine/training_generator.py", line 217, in fit_generator
class_weight=class_weight)
File "/home/fadwa/.virtualenvs/dl_tf_Py3/lib/python3.5/site-packages/keras/engine/training.py", line 1217, in train_on_batch
outputs = self.train_function(ins)
File "/home/fadwa/.virtualenvs/dl_tf_Py3/lib/python3.5/site-packages/keras/backend/tensorflow_backend.py", line 2715, in __call__
return self._call(inputs)
File "/home/fadwa/.virtualenvs/dl_tf_Py3/lib/python3.5/site-packages/keras/backend/tensorflow_backend.py", line 2675, in _call
fetched = self._callable_fn(*array_vals)
File "/home/fadwa/.virtualenvs/dl_tf_Py3/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1439, in __call__
run_metadata_ptr)
File "/home/fadwa/.virtualenvs/dl_tf_Py3/lib/python3.5/site-packages/tensorflow/python/framework/errors_impl.py", line 528, in __exit__
c_api.TF_GetCode(self.status.status))
tensorflow.python.framework.errors_impl.UnknownError: Failed to get convolution algorithm. This is probably because cuDNN failed to initialize, so try looking to see if a warning log message was printed above.
[[node conv2d_1/convolution = Conv2D[T=DT_FLOAT, _class=["loc:@training/Adam/gradients/conv2d_1/convolution_grad/Conv2DBackpropFilter"], data_format="NCHW", dilations=[1, 1, 1, 1], padding="VALID", strides=[1, 1, 1, 1], use_cudnn_on_gpu=true, _device="/job:localhost/replica:0/task:0/device:GPU:0"](training/Adam/gradients/conv2d_1/convolution_grad/Conv2DBackpropFilter-0-TransposeNHWCToNCHW-LayoutOptimizer, conv2d_1/kernel/read)]]
[[node loss/mul/_113 = _Recv[client_terminated=false, recv_device="/job:localhost/replica:0/task:0/device:CPU:0", send_device="/job:localhost/replica:0/task:0/device:GPU:0", send_device_incarnation=1, tensor_name="edge_853_loss/mul", tensor_type=DT_FLOAT, _device="/job:localhost/replica:0/task:0/device:CPU:0"]()]]
tensorflow keras cudnn
add a comment |
I am trying to train a CNN with keras, tensorflow backend. It was working and out of the blue I got this error.
I tried rm -rf ~/.nv/
but it didn't work.
EDIT: I created another virtual environment and it is working.
Here is the full log:
Using TensorFlow backend.
2019-03-28 09:23:59.602808: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
2019-03-28 09:23:59.686104: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:964] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero
2019-03-28 09:23:59.686506: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1432] Found device 0 with properties:
name: GeForce GTX 1060 with Max-Q Design major: 6 minor: 1 memoryClockRate(GHz): 1.3415
pciBusID: 0000:01:00.0
totalMemory: 5.94GiB freeMemory: 5.36GiB
2019-03-28 09:23:59.686525: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1511] Adding visible gpu devices: 0
2019-03-28 09:23:59.910495: I tensorflow/core/common_runtime/gpu/gpu_device.cc:982] Device interconnect StreamExecutor with strength 1 edge matrix:
2019-03-28 09:23:59.910530: I tensorflow/core/common_runtime/gpu/gpu_device.cc:988] 0
2019-03-28 09:23:59.910536: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1001] 0: N
2019-03-28 09:23:59.910694: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 5126 MB memory) -> physical GPU (device: 0, name: GeForce GTX 1060 with Max-Q Design, pci bus id: 0000:01:00.0, compute capability: 6.1)
Epoch 1/10
2019-03-28 09:24:24.618996: E tensorflow/stream_executor/cuda/cuda_dnn.cc:373] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR
2019-03-28 09:24:24.921106: E tensorflow/stream_executor/cuda/cuda_dnn.cc:373] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR
Traceback (most recent call last):
File "train_models.py", line 63, in <module>
workers=6)
File "/home/fadwa/.virtualenvs/dl_tf_Py3/lib/python3.5/site-packages/keras/legacy/interfaces.py", line 91, in wrapper
return func(*args, **kwargs)
File "/home/fadwa/.virtualenvs/dl_tf_Py3/lib/python3.5/site-packages/keras/engine/training.py", line 1418, in fit_generator
initial_epoch=initial_epoch)
File "/home/fadwa/.virtualenvs/dl_tf_Py3/lib/python3.5/site-packages/keras/engine/training_generator.py", line 217, in fit_generator
class_weight=class_weight)
File "/home/fadwa/.virtualenvs/dl_tf_Py3/lib/python3.5/site-packages/keras/engine/training.py", line 1217, in train_on_batch
outputs = self.train_function(ins)
File "/home/fadwa/.virtualenvs/dl_tf_Py3/lib/python3.5/site-packages/keras/backend/tensorflow_backend.py", line 2715, in __call__
return self._call(inputs)
File "/home/fadwa/.virtualenvs/dl_tf_Py3/lib/python3.5/site-packages/keras/backend/tensorflow_backend.py", line 2675, in _call
fetched = self._callable_fn(*array_vals)
File "/home/fadwa/.virtualenvs/dl_tf_Py3/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1439, in __call__
run_metadata_ptr)
File "/home/fadwa/.virtualenvs/dl_tf_Py3/lib/python3.5/site-packages/tensorflow/python/framework/errors_impl.py", line 528, in __exit__
c_api.TF_GetCode(self.status.status))
tensorflow.python.framework.errors_impl.UnknownError: Failed to get convolution algorithm. This is probably because cuDNN failed to initialize, so try looking to see if a warning log message was printed above.
[[node conv2d_1/convolution = Conv2D[T=DT_FLOAT, _class=["loc:@training/Adam/gradients/conv2d_1/convolution_grad/Conv2DBackpropFilter"], data_format="NCHW", dilations=[1, 1, 1, 1], padding="VALID", strides=[1, 1, 1, 1], use_cudnn_on_gpu=true, _device="/job:localhost/replica:0/task:0/device:GPU:0"](training/Adam/gradients/conv2d_1/convolution_grad/Conv2DBackpropFilter-0-TransposeNHWCToNCHW-LayoutOptimizer, conv2d_1/kernel/read)]]
[[node loss/mul/_113 = _Recv[client_terminated=false, recv_device="/job:localhost/replica:0/task:0/device:CPU:0", send_device="/job:localhost/replica:0/task:0/device:GPU:0", send_device_incarnation=1, tensor_name="edge_853_loss/mul", tensor_type=DT_FLOAT, _device="/job:localhost/replica:0/task:0/device:CPU:0"]()]]
tensorflow keras cudnn
Please list yout cuda, cuDNN, tensorflow, python version. This is probably because some version is not incompatible.
– qinlong
Mar 28 at 12:55
But it was working perfectly on the same environment!.
– Misaki
Apr 3 at 9:28
Maybe you should check the environment variable setting.
– qinlong
Apr 3 at 11:47
add a comment |
I am trying to train a CNN with keras, tensorflow backend. It was working and out of the blue I got this error.
I tried rm -rf ~/.nv/
but it didn't work.
EDIT: I created another virtual environment and it is working.
Here is the full log:
Using TensorFlow backend.
2019-03-28 09:23:59.602808: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
2019-03-28 09:23:59.686104: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:964] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero
2019-03-28 09:23:59.686506: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1432] Found device 0 with properties:
name: GeForce GTX 1060 with Max-Q Design major: 6 minor: 1 memoryClockRate(GHz): 1.3415
pciBusID: 0000:01:00.0
totalMemory: 5.94GiB freeMemory: 5.36GiB
2019-03-28 09:23:59.686525: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1511] Adding visible gpu devices: 0
2019-03-28 09:23:59.910495: I tensorflow/core/common_runtime/gpu/gpu_device.cc:982] Device interconnect StreamExecutor with strength 1 edge matrix:
2019-03-28 09:23:59.910530: I tensorflow/core/common_runtime/gpu/gpu_device.cc:988] 0
2019-03-28 09:23:59.910536: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1001] 0: N
2019-03-28 09:23:59.910694: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 5126 MB memory) -> physical GPU (device: 0, name: GeForce GTX 1060 with Max-Q Design, pci bus id: 0000:01:00.0, compute capability: 6.1)
Epoch 1/10
2019-03-28 09:24:24.618996: E tensorflow/stream_executor/cuda/cuda_dnn.cc:373] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR
2019-03-28 09:24:24.921106: E tensorflow/stream_executor/cuda/cuda_dnn.cc:373] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR
Traceback (most recent call last):
File "train_models.py", line 63, in <module>
workers=6)
File "/home/fadwa/.virtualenvs/dl_tf_Py3/lib/python3.5/site-packages/keras/legacy/interfaces.py", line 91, in wrapper
return func(*args, **kwargs)
File "/home/fadwa/.virtualenvs/dl_tf_Py3/lib/python3.5/site-packages/keras/engine/training.py", line 1418, in fit_generator
initial_epoch=initial_epoch)
File "/home/fadwa/.virtualenvs/dl_tf_Py3/lib/python3.5/site-packages/keras/engine/training_generator.py", line 217, in fit_generator
class_weight=class_weight)
File "/home/fadwa/.virtualenvs/dl_tf_Py3/lib/python3.5/site-packages/keras/engine/training.py", line 1217, in train_on_batch
outputs = self.train_function(ins)
File "/home/fadwa/.virtualenvs/dl_tf_Py3/lib/python3.5/site-packages/keras/backend/tensorflow_backend.py", line 2715, in __call__
return self._call(inputs)
File "/home/fadwa/.virtualenvs/dl_tf_Py3/lib/python3.5/site-packages/keras/backend/tensorflow_backend.py", line 2675, in _call
fetched = self._callable_fn(*array_vals)
File "/home/fadwa/.virtualenvs/dl_tf_Py3/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1439, in __call__
run_metadata_ptr)
File "/home/fadwa/.virtualenvs/dl_tf_Py3/lib/python3.5/site-packages/tensorflow/python/framework/errors_impl.py", line 528, in __exit__
c_api.TF_GetCode(self.status.status))
tensorflow.python.framework.errors_impl.UnknownError: Failed to get convolution algorithm. This is probably because cuDNN failed to initialize, so try looking to see if a warning log message was printed above.
[[node conv2d_1/convolution = Conv2D[T=DT_FLOAT, _class=["loc:@training/Adam/gradients/conv2d_1/convolution_grad/Conv2DBackpropFilter"], data_format="NCHW", dilations=[1, 1, 1, 1], padding="VALID", strides=[1, 1, 1, 1], use_cudnn_on_gpu=true, _device="/job:localhost/replica:0/task:0/device:GPU:0"](training/Adam/gradients/conv2d_1/convolution_grad/Conv2DBackpropFilter-0-TransposeNHWCToNCHW-LayoutOptimizer, conv2d_1/kernel/read)]]
[[node loss/mul/_113 = _Recv[client_terminated=false, recv_device="/job:localhost/replica:0/task:0/device:CPU:0", send_device="/job:localhost/replica:0/task:0/device:GPU:0", send_device_incarnation=1, tensor_name="edge_853_loss/mul", tensor_type=DT_FLOAT, _device="/job:localhost/replica:0/task:0/device:CPU:0"]()]]
tensorflow keras cudnn
I am trying to train a CNN with keras, tensorflow backend. It was working and out of the blue I got this error.
I tried rm -rf ~/.nv/
but it didn't work.
EDIT: I created another virtual environment and it is working.
Here is the full log:
Using TensorFlow backend.
2019-03-28 09:23:59.602808: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
2019-03-28 09:23:59.686104: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:964] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero
2019-03-28 09:23:59.686506: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1432] Found device 0 with properties:
name: GeForce GTX 1060 with Max-Q Design major: 6 minor: 1 memoryClockRate(GHz): 1.3415
pciBusID: 0000:01:00.0
totalMemory: 5.94GiB freeMemory: 5.36GiB
2019-03-28 09:23:59.686525: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1511] Adding visible gpu devices: 0
2019-03-28 09:23:59.910495: I tensorflow/core/common_runtime/gpu/gpu_device.cc:982] Device interconnect StreamExecutor with strength 1 edge matrix:
2019-03-28 09:23:59.910530: I tensorflow/core/common_runtime/gpu/gpu_device.cc:988] 0
2019-03-28 09:23:59.910536: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1001] 0: N
2019-03-28 09:23:59.910694: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 5126 MB memory) -> physical GPU (device: 0, name: GeForce GTX 1060 with Max-Q Design, pci bus id: 0000:01:00.0, compute capability: 6.1)
Epoch 1/10
2019-03-28 09:24:24.618996: E tensorflow/stream_executor/cuda/cuda_dnn.cc:373] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR
2019-03-28 09:24:24.921106: E tensorflow/stream_executor/cuda/cuda_dnn.cc:373] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR
Traceback (most recent call last):
File "train_models.py", line 63, in <module>
workers=6)
File "/home/fadwa/.virtualenvs/dl_tf_Py3/lib/python3.5/site-packages/keras/legacy/interfaces.py", line 91, in wrapper
return func(*args, **kwargs)
File "/home/fadwa/.virtualenvs/dl_tf_Py3/lib/python3.5/site-packages/keras/engine/training.py", line 1418, in fit_generator
initial_epoch=initial_epoch)
File "/home/fadwa/.virtualenvs/dl_tf_Py3/lib/python3.5/site-packages/keras/engine/training_generator.py", line 217, in fit_generator
class_weight=class_weight)
File "/home/fadwa/.virtualenvs/dl_tf_Py3/lib/python3.5/site-packages/keras/engine/training.py", line 1217, in train_on_batch
outputs = self.train_function(ins)
File "/home/fadwa/.virtualenvs/dl_tf_Py3/lib/python3.5/site-packages/keras/backend/tensorflow_backend.py", line 2715, in __call__
return self._call(inputs)
File "/home/fadwa/.virtualenvs/dl_tf_Py3/lib/python3.5/site-packages/keras/backend/tensorflow_backend.py", line 2675, in _call
fetched = self._callable_fn(*array_vals)
File "/home/fadwa/.virtualenvs/dl_tf_Py3/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1439, in __call__
run_metadata_ptr)
File "/home/fadwa/.virtualenvs/dl_tf_Py3/lib/python3.5/site-packages/tensorflow/python/framework/errors_impl.py", line 528, in __exit__
c_api.TF_GetCode(self.status.status))
tensorflow.python.framework.errors_impl.UnknownError: Failed to get convolution algorithm. This is probably because cuDNN failed to initialize, so try looking to see if a warning log message was printed above.
[[node conv2d_1/convolution = Conv2D[T=DT_FLOAT, _class=["loc:@training/Adam/gradients/conv2d_1/convolution_grad/Conv2DBackpropFilter"], data_format="NCHW", dilations=[1, 1, 1, 1], padding="VALID", strides=[1, 1, 1, 1], use_cudnn_on_gpu=true, _device="/job:localhost/replica:0/task:0/device:GPU:0"](training/Adam/gradients/conv2d_1/convolution_grad/Conv2DBackpropFilter-0-TransposeNHWCToNCHW-LayoutOptimizer, conv2d_1/kernel/read)]]
[[node loss/mul/_113 = _Recv[client_terminated=false, recv_device="/job:localhost/replica:0/task:0/device:CPU:0", send_device="/job:localhost/replica:0/task:0/device:GPU:0", send_device_incarnation=1, tensor_name="edge_853_loss/mul", tensor_type=DT_FLOAT, _device="/job:localhost/replica:0/task:0/device:CPU:0"]()]]
tensorflow keras cudnn
tensorflow keras cudnn
edited Mar 28 at 7:56
Misaki
asked Mar 28 at 5:27
MisakiMisaki
6641 gold badge13 silver badges30 bronze badges
6641 gold badge13 silver badges30 bronze badges
Please list yout cuda, cuDNN, tensorflow, python version. This is probably because some version is not incompatible.
– qinlong
Mar 28 at 12:55
But it was working perfectly on the same environment!.
– Misaki
Apr 3 at 9:28
Maybe you should check the environment variable setting.
– qinlong
Apr 3 at 11:47
add a comment |
Please list yout cuda, cuDNN, tensorflow, python version. This is probably because some version is not incompatible.
– qinlong
Mar 28 at 12:55
But it was working perfectly on the same environment!.
– Misaki
Apr 3 at 9:28
Maybe you should check the environment variable setting.
– qinlong
Apr 3 at 11:47
Please list yout cuda, cuDNN, tensorflow, python version. This is probably because some version is not incompatible.
– qinlong
Mar 28 at 12:55
Please list yout cuda, cuDNN, tensorflow, python version. This is probably because some version is not incompatible.
– qinlong
Mar 28 at 12:55
But it was working perfectly on the same environment!.
– Misaki
Apr 3 at 9:28
But it was working perfectly on the same environment!.
– Misaki
Apr 3 at 9:28
Maybe you should check the environment variable setting.
– qinlong
Apr 3 at 11:47
Maybe you should check the environment variable setting.
– qinlong
Apr 3 at 11:47
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55390711%2fcant-solve-this-error-could-not-create-cudnn-handle-cudnn-status-internal-err%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55390711%2fcant-solve-this-error-could-not-create-cudnn-handle-cudnn-status-internal-err%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Please list yout cuda, cuDNN, tensorflow, python version. This is probably because some version is not incompatible.
– qinlong
Mar 28 at 12:55
But it was working perfectly on the same environment!.
– Misaki
Apr 3 at 9:28
Maybe you should check the environment variable setting.
– qinlong
Apr 3 at 11:47