windows+R 输入cmd
1.输入 activate tf2 激活虚拟环境tf2
2.若显示没有内核ipykernel
可在C:\ProgramData\Anaconda3\envs\tf2\Scripts 找到pip重新安装
输入 pip install ipykernel,安装内核
3.安装完成后,返回1.重复1.的步骤,显示
输入jupyter notebook
输入import tensorflow as tf
输入 tf.config.list_physical_devices('GPU')
4.在tf2虚拟环境下输入 python -m ipykernel install --name tf2后