12 2022 档案

摘要: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 阅读(14) 评论(0) 推荐(0) 编辑
摘要:huggingface https://huggingface.co/course/zh-CN/chapter1/1 https://zhuanlan.zhihu.com/p/554678463 阅读全文
posted @ 2022-12-06 20:28 michaelchengjl 阅读(41) 评论(0) 推荐(0) 编辑
摘要:ONNX结构分析 ONNX结构分析 onnx将每一个网络的每一层或者说是每一个算子当作节点Node,再由这些Node去构建一个Graph,相当于是一个网络。最后将Graph和这个onnx模型的其他信息结合在一起,生成一个model,也就是最终的.onnx的模型。 onnx.helper node、g 阅读全文
posted @ 2022-12-06 16:28 michaelchengjl 阅读(1372) 评论(0) 推荐(0) 编辑
摘要:Ansible入门 https://www.jianshu.com/p/c82737b5485c https://blog.csdn.net/pushiqiang/article/details/78126063 阅读全文
posted @ 2022-12-01 17:06 michaelchengjl 阅读(7) 评论(0) 推荐(0) 编辑