I am new to tf, and during reading a model code, I noticed it used 1), but most document I can find are using 2) and 3). So what is the tensorflow.python library used for,seems it is not in official document? And what is the relation between 1 to 2,3?
- from tensorflow.python.training.adagrad import AdagradOptimizer
- from tf.compat.v1.train import AdagradOptimizer
- from tf.keras.optimizers import Adagrad