Hexo

Home Archives
2020-12-25

查看库的版本

1
apt list --installed
1
pip list
  • 查看Pytorch版本的方法:

    进入python交互环境,

    1
    2
    import torch
    print(torch.__version__)
  • 查看conda版本:

    1
    conda --version
  • 查看cuda版本:

    1
    nvcc -V
    1
    torch.version.cuda
  • 查看numpy版本

    1
    pip show numpy
Share
Newer
AttributeError: module 'enum' has no attribute 'IntFlag'
Older
Docker installation

Archives

  • January 2021
  • December 2020

Recent Posts

  • ssh 免密登陆
  • logistic regression
  • 用docker部署python环境
  • 学习fairseq之Roberta
  • AttributeError: module 'enum' has no attribute 'IntFlag'
© 2021 John Doe
Powered by Hexo
Home Archives