Quick setup — if you’ve done this kind of thing before
or
HTTPS
SSH
Get started by creating a new file or uploading an existing file. We recommend every repository include a README, LICENSE, and .gitignore.
…or create a new repository on the command line
echo "# 04_pytorch_tutorial_DLR" >> README.md git init git add README.md git commit -m "first commit" git remote add origin git@github.com:unifireseeker/04_pytorch_tutorial_DLR.git git push -u origin master
…or push an existing repository from the command line
git remote add origin git@github.com:unifireseeker/04_pytorch_tutorial_DLR.git git push -u origin master
…or import code from another repository
You can initialize this repository with code from a Subversion, Mercurial, or TFS project.
本文档提供了使用PyTorch进行深度学习项目的基本设置步骤,包括通过命令行创建新的存储库、初始化Git仓库、添加README文件等内容,并推荐了每个存储库包含README、LICENSE和.gitignore等基本文件。
1206

被折叠的 条评论
为什么被折叠?



