安装完tensorflow-gpu环境后,打开jupyter notebook, 在进入ipynb文件时报错误。。。
python和tensorflow-gpu的版本不匹配,创建不带python的环境,安装tensorflow的时候,会自动匹配对应版本的python。
conda create -n tensorflow-gpu(环境名)
conda install tensorflow-gpu(指定版本==2.6.0)
conda install jupyterlab
安装完tensorflow-gpu环境后,打开jupyter notebook, 在进入ipynb文件时报错误。。。
python和tensorflow-gpu的版本不匹配,创建不带python的环境,安装tensorflow的时候,会自动匹配对应版本的python。
conda create -n tensorflow-gpu(环境名)
conda install tensorflow-gpu(指定版本==2.6.0)
conda install jupyterlab