文件名称:PyTorch深度学习教程:深度学习与PyTorch入门实战视频教程配套源代码和PPT
文件大小:85.9MB
文件格式:ZIP
更新时间:2024-02-24 02:23:47
machine-learning tutorial deep-learning pytorch recurrent-neural-networks
PyTorch安装指令 请先安装Anaconda和CUDA 10.0。 配置国内源 # 配置国内源,方便安装Numpy,Matplotlib等 conda config - - add channels https : // mirrors . tuna . tsinghua . edu . cn / anaconda / pkgs / free / conda config - - add channels https : // mirrors . tuna . tsinghua . edu . cn / anaconda / pkgs / main / # 配置国内源,安装PyTorch用 conda config - - add channels https : // mirrors . tuna . tsinghua . edu . cn / anaconda / cloud / pytorch / # 显示源地址 conda config - - set show_channel_urls yes 安装PyTorch # 安装PyTorch,要使用国内源请去掉-c pyto