I had run a neural style transfer notebook tutorial in Google Colab successfully around one month ago. However, this week I can't run the exact same notebook successfully, with the following error message: AttributeError: module 'tensorflow.contrib.eager' has no attribute 'Variable'.
I checked that the Notebook in Google Colab is using TensorFlow 1.15, and when I checked the API documentation, the Variable method exist: https://www.tensorflow.org/versions/r1.15/api_docs/python/tf/contrib/eager/Variable
What is the reason for this error message?