Предупреждение при использовании tensorflow: tensorflow/core/util/port.cc:113] пользовательские операции oneDNN включеныPython

Программы на Python
Гость
Предупреждение при использовании tensorflow: tensorflow/core/util/port.cc:113] пользовательские операции oneDNN включены

Сообщение Гость »


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`.
I tried to change the environmental variable to 0 by set

Код: Выделить всё

TF_ENABLE_ONEDNN_OPTS=0
. But still the issue persists.


Источник: https://stackoverflow.com/questions/779 ... dnn-custom

Вернуться в «Python»