When using tensorflow, I get this warning
Код: Выделить всё
import tensorflow
tensorflow/core/util/port.cc:113] 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`.
Код: Выделить всё
TF_ENABLE_ONEDNN_OPTS=0Источник: https://stackoverflow.com/questions/779 ... dnn-custom