tensorflow странно работает

import tensorflow as tf
tf.Variable(1)

этот код вызывает ошибку

AttributeError: module 'tensorflow' has no attribute 'Variable'


Ответы (0 шт):