tensorflow странно работает
import tensorflow as tf
tf.Variable(1)
этот код вызывает ошибку
AttributeError: module 'tensorflow' has no attribute 'Variable'
import tensorflow as tf
tf.Variable(1)
этот код вызывает ошибку
AttributeError: module 'tensorflow' has no attribute 'Variable'