上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 43 下一页
摘要: Protocol Buffer Error on compile during GOOGLE_PROTOBUF_MIN_PROTOC_VERSION check 出现这个问题 一般是安装了多个版本 protobuf https://stackoverflow.com/questions/357445 阅读全文
posted @ 2024-10-23 15:10 michaelchengjl 阅读(60) 评论(0) 推荐(0)
摘要: Ubuntu下 卸载protobuf并安装指定版本的protobuf 如果用pip 源安装, 同时用手动安装, 版本不一致,会导致报错: Protoc Version 版本冲突 卸载 执行以下命令把protobuf相关文件夹及库文件删除即可 sudo rm /usr/local/bin/protoc 阅读全文
posted @ 2024-10-23 15:06 michaelchengjl 阅读(1020) 评论(0) 推荐(0)
摘要: 桌面代理工具 sing-box https://tisyang.github.io/post/2024-09-12-a-simple-config-of-sing-box/ 阅读全文
posted @ 2024-10-14 10:54 michaelchengjl 阅读(193) 评论(0) 推荐(0)
摘要: python 输出重定向 https://python3-cookbook.readthedocs.io/zh-cn/latest/c14/p01_testing_output_sent_to_stdout.html https://www.cnblogs.com/clover-toeic/p/54 阅读全文
posted @ 2024-10-09 14:26 michaelchengjl 阅读(12) 评论(0) 推荐(0)
摘要: ImportError: libopenblas.so.0: cannot open shared object file 解决: sudo apt-get install libopenblas-dev 查看某so 是否全部正常link: ldd -r libxxx.so 阅读全文
posted @ 2024-09-26 10:16 michaelchengjl 阅读(332) 评论(0) 推荐(0)
摘要: 如何解决 :libstdc++.so.6: version `GLIBCXX_3.4.30‘ not found 问题描述: 当您尝试在Linux系统上运行某个程序或软件时,有时会遇到一个错误,提示libstdc++.so.6: version GLIBCXX_3.4.30 not found。这个 阅读全文
posted @ 2024-09-26 10:13 michaelchengjl 阅读(11395) 评论(0) 推荐(0)
摘要: pytorch 支持数据类型 https://pickstar.today/2022/01/pytorch学习笔记-02-认识基本数据类型/ https://github.com/ShusenTang/Deep-Learning-with-PyTorch-Chinese/blob/master/do 阅读全文
posted @ 2024-09-19 17:23 michaelchengjl 阅读(18) 评论(0) 推荐(0)
摘要: C++ iota() 函数与 atoi() 函数, rotate()详解 https://blog.csdn.net/lemonxiaoxiao/article/details/108659831 https://blog.csdn.net/weixin_44378800/article/detai 阅读全文
posted @ 2024-09-14 11:01 michaelchengjl 阅读(50) 评论(0) 推荐(0)
摘要: linux 开头是"-" 或者是“--”的文件名 如何进行文件操作 删除复制移动 执行 复制命令会报错 cp *.* /home/ 因为有个文件名:-zZs0N65xSnO_J7F-7kKIYZLmSRMxDDyeA4463bChwwU3iB3NZgdtttv4461-GTg.jpg 正确的方式: 阅读全文
posted @ 2024-09-03 15:32 michaelchengjl 阅读(189) 评论(0) 推荐(0)
摘要: Pytorch | Pytorch格式 .pt .pth .bin .onnx 详解 https://www.cnblogs.com/zhangxuegold/p/17588049.html 阅读全文
posted @ 2024-09-02 17:10 michaelchengjl 阅读(20) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 43 下一页