Catherine_zhilin

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  GitHub

摘要:conda install pytorch==1.7.1 torchvision==0.8.2 torchaudio==0.7.2 cudatoolkit=11.0 -c pytorch https://github.com/AutoML-Research/F2GNN git clone https 阅读全文
posted @ 2022-09-06 10:05 kkkshiki 阅读(671) 评论(0) 推荐(0)

摘要:用idea上传GitHub三个步骤: 1.登陆GitHub,在其中选择分支: 新建分支。 2.使用命令语句,将idea中的代码上传: (1)git fetch && git checkout lList (注:List为主类名) 下载和远程分支和切换 (2)git config --global c 阅读全文
posted @ 2018-02-27 20:10 kkkshiki 阅读(259) 评论(0) 推荐(0)