Skip to main content

I also faced same problem when I first tried Google Colab after updating windows10Windows 10. Then I changed and inserted two lines,

  • tf.compat.v1.disable_eager_execution()tf.compat.v1.disable_eager_execution()
  • sess = tf.compat.v1.Session()sess = tf.compat.v1.Session()

As a result, everything goes OK

I also faced same problem when I first tried Google Colab after updating windows10. Then I changed and inserted two lines,

  • tf.compat.v1.disable_eager_execution()
  • sess = tf.compat.v1.Session()

As a result, everything goes OK

I also faced same problem when I first tried Google Colab after updating Windows 10. Then I changed and inserted two lines,

  • tf.compat.v1.disable_eager_execution()
  • sess = tf.compat.v1.Session()

As a result, everything goes OK

Source Link
Jj jo
  • 11
  • 1

I also faced same problem when I first tried Google Colab after updating windows10. Then I changed and inserted two lines,

  • tf.compat.v1.disable_eager_execution()
  • sess = tf.compat.v1.Session()

As a result, everything goes OK