上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 13 下一页
摘要: https://blog.csdn.net/comway_Li/article/details/81147427 阅读全文
posted @ 2020-05-15 11:17 像阳光,像春天 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 安好anaconda后,即使都选了yes,conda初始化那,最后也要配置环境变量 在.bashrc中添加 参考博客:https://www.cnblogs.com/NoTrace/p/12509599.html 阅读全文
posted @ 2020-05-14 13:51 像阳光,像春天 阅读(1148) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/NoTrace/p/12509599.html 阅读全文
posted @ 2020-05-14 11:25 像阳光,像春天 阅读(2256) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/agq358/article/details/99298300 阅读全文
posted @ 2020-05-14 10:53 像阳光,像春天 阅读(842) 评论(0) 推荐(0) 编辑
摘要: 1.whereis 文件名 特点:快速,但是是模糊查找,例如 找 #whereis mysql 它会把mysql,mysql.ini,mysql.*所在的目录都找出来. 2.find / -name 文件名 特点:准确,但速度慢,消耗资源大,例如我想找到php.ini的准确位置,就需要用 #find 阅读全文
posted @ 2020-05-14 10:38 像阳光,像春天 阅读(656) 评论(0) 推荐(0) 编辑
摘要: 1.首先在终端中输入python进入python交互式环境 2.接着输入 import torch print(torch.__version__) #注意是双下划线 如图所示即可 阅读全文
posted @ 2020-05-13 21:20 像阳光,像春天 阅读(16018) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/hanjiangxue_wei/article/details/103182086 阅读全文
posted @ 2020-05-13 14:10 像阳光,像春天 阅读(112) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_42120561/article/details/102530023 阅读全文
posted @ 2020-05-13 10:14 像阳光,像春天 阅读(1400) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_42866962/article/details/82811082 阅读全文
posted @ 2020-05-13 09:30 像阳光,像春天 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 在运行CenterNet官网里demo.py时出现的问题,UnicodeDecodeError: 'utf-8' codec can't decode bytes in position 576-577: invalid continuation byte, 解决方法:原因是因为demo.py中有乱 阅读全文
posted @ 2020-05-13 09:03 像阳光,像春天 阅读(972) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 13 下一页