“Tensorflow”的版本间差异
跳到导航
跳到搜索
(创建页面,内容为“*安装的时候要注意版本,查好对应的cuda版本 pip install tensorflow tensorflow-gpu * tf.config.list_physical_devices('GPU')”) |
无编辑摘要 |
||
第1行: | 第1行: | ||
*安装的时候要注意版本,查好对应的cuda版本 pip install tensorflow tensorflow-gpu |
*安装的时候要注意版本,查好对应的cuda版本 pip install tensorflow tensorflow-gpu [https://www.tensorflow.org/install/gpu] |
||
* tf.config.list_physical_devices('GPU') |
* tf.config.list_physical_devices('GPU') |
2021年12月22日 (三) 05:36的最新版本
- 安装的时候要注意版本,查好对应的cuda版本 pip install tensorflow tensorflow-gpu [1]
- tf.config.list_physical_devices('GPU')