获取Tensorflow版本

在py文件中加入以下代码即可:

import tensorflow as tf;
print(tf.__version__)


posted @ 2022-11-13 22:37  dlhl  阅读(23)  评论(0)    收藏  举报