Tensorflow GPU installation problem in ubuntu 18.04

I have installed Tensorflow in VIM1 .successfully installed and initializing the tensorflow
But now i am trying to install Tensorflow GPU in python3 but its not installing the module
Kindly advise on installing tensorflow gpu on VIM1.

Tensorflow GPU only supports Nvidia GPUs… So you cannot install tensorflow gpu in vim1

But in vim while testing the tensorflow i am getting an error at tf.Graph
kindly can provide me the solution to complete my project

please see the below log

(numplate_recognition_detection.py:3574): Gdk-CRITICAL **: 16:44:18.638: gdk_cursor_new_for_display: assertion ‘GDK_IS_DISPLAY (display)’ faid
initialized
Traceback (most recent call last):
File “numplate_recognition_detection.py”, line 34, in
detection_graph = tf.Graph()
AttributeError: module ‘tensorflow’ has no attribute ‘Graph’

I’m not sure what could cause this… personally I have yet to use tensorflow on VIM,

Maybe try running in console mode ??

I have run the code in the vim board console but i am getting the error while executing the tensorflow
i am getting the below error can you suggest some solution regarding the error

/home/khadas/Tensorflow-License-Plate-Detection/tensorflow/models/research/object_detection/utils/visualization_utils.py:29: UserWarning:
This call to matplotlib.use() has no effect because the backend has already
been chosen; matplotlib.use() must be called before pylab, matplotlib.pyplot,
or matplotlib.backends is imported for the first time.

The backend was originally set to ‘TkAgg’ by the following code:
File “numplate_recognition_detection.py”, line 5, in
from matplotlib import pyplot as plt
File “/usr/lib/python3/dist-packages/matplotlib/pyplot.py”, line 72, in
from matplotlib.backends import pylab_setup
File “/usr/lib/python3/dist-packages/matplotlib/backends/init.py”, line 14, in
line for line in traceback.format_stack()

import matplotlib; matplotlib.use(‘Agg’) # pylint: disable=multiple-statements
initialized
Traceback (most recent call last):
File “numplate_recognition_detection.py”, line 30, in
detection_graph = tf.Graph()
AttributeError: module ‘tensorflow’ has no attribute ‘Graph’

please suggest some solution

hello @vijayKhadas , You can’t install GPU version in VIMs. Because it don’t support. And VIM1 don’t support NPU. If you wanat to try it in VIM1 , CPU version is unique option