上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 32 下一页
摘要: linux 下 大文件切割,拼接, 断点续传 https://blog.csdn.net/weixin_28872035/article/details/112520535 阅读全文
posted @ 2023-02-15 16:28 michaelchengjl 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 二手书籍交易平台 https://m.maigoo.com/top/420050.html 阅读全文
posted @ 2023-01-16 14:38 michaelchengjl 阅读(37) 评论(0) 推荐(0) 编辑
摘要: # cannot modify limit: Operation not permitted ``` ulimit -c unlimited ulimit -s 102400 bash: ulimit: core file size: cannot modify limit: Operation n 阅读全文
posted @ 2023-01-05 18:52 michaelchengjl 阅读(452) 评论(0) 推荐(0) 编辑
摘要: python3 中subprocess的运用 https://cloud.tencent.com/developer/article/1445388 https://www.jianshu.com/p/592202895978 https://blog.csdn.net/weixin_4288158 阅读全文
posted @ 2023-01-02 09:51 michaelchengjl 阅读(31) 评论(0) 推荐(0) 编辑
摘要: tensorflow 模型保存格式 https://www.cnblogs.com/wioponsen/p/13524037.html https://blog.csdn.net/qq_42738654/article/details/121096614 https://www.zdaiot.com 阅读全文
posted @ 2022-12-15 09:49 michaelchengjl 阅读(13) 评论(0) 推荐(0) 编辑
摘要: huggingface https://huggingface.co/course/zh-CN/chapter1/1 https://zhuanlan.zhihu.com/p/554678463 阅读全文
posted @ 2022-12-06 20:28 michaelchengjl 阅读(21) 评论(0) 推荐(0) 编辑
摘要: ONNX结构分析 ONNX结构分析 onnx将每一个网络的每一层或者说是每一个算子当作节点Node,再由这些Node去构建一个Graph,相当于是一个网络。最后将Graph和这个onnx模型的其他信息结合在一起,生成一个model,也就是最终的.onnx的模型。 onnx.helper node、g 阅读全文
posted @ 2022-12-06 16:28 michaelchengjl 阅读(1215) 评论(0) 推荐(0) 编辑
摘要: Ansible入门 https://www.jianshu.com/p/c82737b5485c https://blog.csdn.net/pushiqiang/article/details/78126063 阅读全文
posted @ 2022-12-01 17:06 michaelchengjl 阅读(6) 评论(0) 推荐(0) 编辑
摘要: Ubuntu18.04升级GLIBC_2.29,解决ImportError: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29‘ https://blog.csdn.net/m0_37201243/article/details/1236415 阅读全文
posted @ 2022-11-29 11:35 michaelchengjl 阅读(697) 评论(0) 推荐(0) 编辑
摘要: setproctitle 修改进程名 python 1. 作用 修改当前执行的python程序的进程名字,默认的进程名是python 使用linux命令可以看到当前在运行的python程序 # linux ps -aux | grep python 如果我们修改了进程名,那么上面的命令是看不到被修改 阅读全文
posted @ 2022-11-29 11:34 michaelchengjl 阅读(463) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 32 下一页