资讯

展开

TensorFlow-GPU

作者:快盘下载 人气:
conda install -c conda-forge cudatoolkit=11.2 cudnn=8.1.0
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CONDA_PREFIX/lib/
python3 -m pip install tensorflow
# Verify install:
python3 -c ;import tensorflow as tf; print(tf.config.list_physical_devices(;GPU;));

加载全部内容

相关教程
猜你喜欢
用户评论
快盘暂不提供评论功能!