I am using following specifications:
Ubuntu 18.04LTS
GPU = GeForce MX130
CUDA = 10.0.130 (Thats what nvcc -V says)
Driver = NVIDIA-418.67 (CUDA-10.1)(That's what nvidia-smi says)
But I installed only CUDA 10.0
Python = 3.6.7
But GPU is being used by other codes/programs without any problem.
For more information, please see:
* https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md
* https://github.com/tensorflow/addons
If you depend on functionality not listed there, please file an issue.
WARNING:tensorflow:From ../python/depthmotionnet/helpers.py:140: conv2d (from tensorflow.python.layers.convolutional) is deprecated and will be removed in a future version.
Instructions for updating:
Use keras.layers.conv2d instead.
WARNING:tensorflow:From /home/zorawar/.local/share/virtualenvs/demon_venv/lib/python3.6/site-packages/tensorflow/python/framework/op_def_library.py:263: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version.
Instructions for updating:
Colocations handled automatically by placer.
WARNING:tensorflow:From ../python/depthmotionnet/blocks_original.py:73: conv2d_transpose (from tensorflow.python.layers.convolutional) is deprecated and will be removed in a future version.
Instructions for updating:
Use keras.layers.conv2d_transpose instead.
WARNING:tensorflow:From /home/zorawar/.local/share/virtualenvs/demon_venv/lib/python3.6/site-packages/tensorflow/contrib/layers/python/layers/layers.py:1624: flatten (from tensorflow.python.layers.core) is deprecated and will be removed in a future version.
Instructions for updating:
Use keras.layers.flatten instead.
WARNING:tensorflow:From ../python/depthmotionnet/blocks_original.py:395: dense (from tensorflow.python.layers.core) is deprecated and will be removed in a future version.
Instructions for updating:
Use keras.layers.dense instead.
WARNING:tensorflow:From ../python/depthmotionnet/blocks_original.py:165: calling norm (from tensorflow.python.ops.linalg_ops) with keep_dims is deprecated and will be removed in a future version.
Instructions for updating:
keep_dims is deprecated, use keepdims instead
WARNING:tensorflow:From /home/zorawar/.local/share/virtualenvs/demon_venv/lib/python3.6/site-packages/tensorflow/python/training/saver.py:1266: checkpoint_exists (from tensorflow.python.training.checkpoint_management) is deprecated and will be removed in a future version.
Instructions for updating:
Use standard file APIs to check for files with this prefix.
2019-05-30 14:08:18.209430: I tensorflow/stream_executor/dso_loader.cc:152] successfully opened CUDA library libcublas.so.10.0 locally
terminate called after throwing an instance of 'std::runtime_error'
what(): /home/zorawar/Desktop/demon/lmbspecialops/src/warp2d_cuda.cu:218: cuda error: no kernel image is available for execution on the device
Aborted (core dumped)
I am using following specifications:
Ubuntu 18.04LTS
GPU = GeForce MX130
CUDA = 10.0.130 (Thats what nvcc -V says)
Driver = NVIDIA-418.67 (CUDA-10.1)(That's what nvidia-smi says)
But I installed only CUDA 10.0
Python = 3.6.7
But GPU is being used by other codes/programs without any problem.