Skip to content
Advertisement

Tensorflow._api.v2.train has no attribute ‘AdamOptimizer’

When using

JavaScript

in my Jupyter Notebook the following Error pops up:

module ‘tensorflow._api.v2.train’ has no attribute ‘AdamOptimizer’

Tensorflow Version: 2.0.0-alpha0


Do you think the only possibility is to downgrade the TF version?

Advertisement

Answer

JavaScript

From https://www.tensorflow.org/versions/r2.0/api_docs/python/tf/optimizers

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement