tf.enable_eager_execution must be called at program startup ONLY in SPYDER IDE
问题 I have tried to perform an eager execution of a simple code. I've tried it on both Jupyter Notebook and Spyder IDE. With Jupyter I have no problem but when I execute the code in Spyder it returns an error: File "C:\...\lib\site-packages\tensorflow\python\framework\ops.py", line 5496, in enable_eager_execution "tf.enable_eager_execution must be called at program startup.") ValueError: tf.enable_eager_execution must be called at program startup. and the code is as follows: import tensorflow as