上一页 1 2 3 4 5 6 ··· 37 下一页
摘要: 古典书籍 https://www.zhonghuadiancang.com/ https://ctext.org/wiki.pl?if=gb&res=720334&remap=gb https://ctext.org/wiki.pl?if=gb&remap=gb https://www.zhongh 阅读全文
posted @ 2025-01-02 16:53 michaelchengjl 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 模型之 BERT & Transformer 1. BERT BERT: Bidirectional Encoder Representation from Transformers 论文地址[2019]:BERT: Pre-training of Deep Bidirectional Transf 阅读全文
posted @ 2024-12-31 15:08 michaelchengjl 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 序列化 FlatBuffers & protobuf 1. FlatBuffers 源码:FlatBuffers 指南:FlatBuffers Programmer’s Guide 结构定义文件为.fbs,注释使用//,可以使用include "my.fbs"嵌套包含文件 可以理解为轻量级的prot 阅读全文
posted @ 2024-12-31 15:03 michaelchengjl 阅读(67) 评论(0) 推荐(0) 编辑
摘要: ONNX 概述 ONNX,Open Neural Network Exchange。由于神经网络架构很多,如caffe、tensorflow、pytorch、mxnet等等,模型结构各式各样,onnx旨在将模型结构统一起来。 官方代码:ONNX 算子操作:Operators 环境要求:pip ins 阅读全文
posted @ 2024-12-31 14:54 michaelchengjl 阅读(55) 评论(0) 推荐(0) 编辑
摘要: pytorch(.pth)模型转化为 torchscript(.pt), 导出为onnx格式 1 .pth模型转换为.pt模型 import torch import torchvision from models import fcn model=torchvision.models.vgg16( 阅读全文
posted @ 2024-12-30 18:31 michaelchengjl 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 图说设计模式 https://design-patterns.readthedocs.io/zh-cn/latest/read_uml.html 阅读全文
posted @ 2024-12-17 16:59 michaelchengjl 阅读(6) 评论(0) 推荐(0) 编辑
摘要: C++ debug 在 C++ 中,查看程序的调用栈(Call Stack)通常用于调试崩溃、性能问题或逻辑错误等场景。以下是几种常用的方法来查看调用栈: 1. 使用 GDB 调试器查看调用栈 GDB(GNU Debugger)是 Linux 上非常流行的调试工具,可以用来查看 C++ 程序的调用栈 阅读全文
posted @ 2024-12-12 19:15 michaelchengjl 阅读(71) 评论(0) 推荐(0) 编辑
摘要: python debug 在 Python 中,查看程序的调用栈(call stack)可以帮助你调试代码,了解函数调用的顺序和上下文。以下是查看 Python 调用栈的常用方法。 1. 使用 traceback 模块 traceback 是 Python 标准库模块,可用于打印异常发生时的调用栈或 阅读全文
posted @ 2024-12-12 19:00 michaelchengjl 阅读(47) 评论(0) 推荐(0) 编辑
摘要: Pytorch基础入门教程 https://blog.csdn.net/ccaoshangfei/article/details/126074300?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522721a30eeb84ee5e45ed 阅读全文
posted @ 2024-12-04 19:34 michaelchengjl 阅读(9) 评论(0) 推荐(0) 编辑
摘要: Python扩展C/C++ 实现原理分析 https://blog.csdn.net/HaoBBNuanMM/article/details/112243129?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522ab2ac79057d38 阅读全文
posted @ 2024-12-04 14:20 michaelchengjl 阅读(6) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 37 下一页
点击右上角即可分享
微信分享提示