Skip to content

Instantly share code, notes, and snippets.

@liziwl
Last active January 4, 2019 03:00
Show Gist options
  • Save liziwl/5e65eec27d9a8966f6f4517371e41f52 to your computer and use it in GitHub Desktop.
Save liziwl/5e65eec27d9a8966f6f4517371e41f52 to your computer and use it in GitHub Desktop.
深度学习相关命令

conda设置代理

用户目录下.condarc

proxy_servers:
    http: http://127.0.0.1:1080
    https: https://127.0.0.1:1080

Windows下看CUDA版本

  1. 打开NVIDIA控制面板
  2. 标题栏“系统信息”--“组件”,找到NVCUDA.DLL信息显示即为显卡支持的CUDA最高版本。

前往官网下载最新版本

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment