摘要: 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) 编辑