问题描述:
I tensorflow/core/util/port.cc:153] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.
I tensorflow/core/util/port.cc:153] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.
解决方法:在main.py脚本中添加环境变量:
;TF_ENABLE_ONEDNN_OPTS=0
可能奏效的其它方法:
在anconda中,输入pip list,看到有一个叫tensorflow_intel,然后pip uninstall tensorflow_intel就没这个东西了,治本。(摘自评论区用户:goatqian)