سلام
cuda,cudnn
نصب کردم بعد
تنسور جدید رو با دستور زیر نصب کردم روی درایو مجازی روی ubuntu 16.04
pip install tf-nightly-gpu
بعد اجرای دستور زیر یا هر دستور دیگه ای از تنسور خطای زیر رو میده
hello = tf.constant('Hello, TensorFlow!')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'tensorflow' has no attribute 'constant'
dir هم که میگیریم
dir(tf)
['__doc__', '__loader__', '__name__', '__package__', '__path__', '__spec__']
رو میده
الان cuda, cudnn
رو نمیبینه که این خطا رو میده یا بد نصب شده ؟
با تشکر