
bug
文章平均质量分 80
qq_37925454
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
关于github的使用
git错误: fatal: This operation must be run in a work tree git 原因: 新建仓库没有创建Readme,无法提交文档。 解决:reference touch Readme git init git add Readme git commit -m 'initial commit' git push origin master ...原创 2018-11-04 20:13:24 · 213 阅读 · 0 评论 -
densepose安装过程记录
Table of Contents 1.配置 2.CAFFE2安装 2.1 安装过程 1.配置 python:一定要用python2 cuda:9.0 参考:https://github.com/facebookresearch/DensePose/blob/master/INSTALL.md 2.CAFFE2安装 参考官网:https://caffe2.ai/docs/g...原创 2018-11-08 14:19:37 · 2946 阅读 · 0 评论 -
Ubuntu:apt-get update出错
1.Ubuntu:apt-get update出错:由于没有公钥,无法验证下列签名 解决办法:https://blog.youkuaiyun.com/qq_24805141/article/details/52838730转载 2018-11-16 10:58:55 · 426 阅读 · 0 评论