[ introduction ] At noon the mood is impetuous , I suddenly want to try Baidu flying pulp paddlepaddle frame , So there is a series of operational queries ,python/pip/cuda/cudnn etc. , Listed here .
Press down win+R, Input cmd
After that, perform the following operations :
python --version
pip --version
nvcc --version
To carry out cuDNN Version query , I think pytorch It might be more convenient :( stay python Run in the editor )
import torch
print(torch.__version__) # torch version
print(torch.version.cuda) # cuda version
print(torch.backends.cudnn.version()) # cudnn version
End of the flower , Try installing paddlepaddle.