AttributeError: module 'tensorflow._api.v2.train' has no attribute 'GradientDescentOptimizer' site:stackoverflow.com
use tf.optimizer.SGD() for tensorflow2.0
AttributeError: module 'tensorflow._api.v2.train' has no attribute 'GradientDescentOptimizer' site:stackoverflow.com
use tf.optimizer.SGD() for tensorflow2.0
AttributeError: module 'tensorflow._api.v2.train' has no attribute 'GradientDescentOptimizer'
Use version for the TensorFlow 2.x:
tf.optimizers.SGD (learning_rate=0.001, name='SGD')
tensorflow_core._api.v2.train' has no attribute 'GradientDescentOptimizer'
import tensorflow.compat.v1 as tf
tf.disable_v2_behavior()
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us