提示:可以直接用第3步,输入命令,一步到位! 1.装好python和pip 2.进pytorch官网 https://pytorch.org/ 3.命令行输入 pip install torch 1.7.0 torchvision 0.8.1 torchaudio 0.7.0 -f https:// Read More
posted @ 2020-11-04 15:09 Zlatan_Ibrahimović Views(72) Comments(0) Diggs(0)
一、初始化本地仓库,提交代码,提交到远程git仓库 1、初始化代码仓库git init2、将当前目录下的所有文件放到暂存区git add .3、查看文件状态git status4、添加提交的描述信息git commit -m "提交的描述信息"5、远程仓库地址git remote add origi Read More
posted @ 2020-06-25 15:44 Zlatan_Ibrahimović Views(44) Comments(0) Diggs(0)