欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

eval is not supported when eager execution is enabled

程序员文章站 2022-05-26 19:00:51
...

我tensorflow_gpu版本是2.1.0;报如下错误:
NotImplementedError: eval is not supported when eager execution is enabled, is .numpy() what you’re looking for?
在引入tensorflow包后,加上这句:

tf.compat.v1.disable_eager_execution()