05 2024 档案

摘要:https://www.cnblogs.com/whiteBear/p/16756035.html TVM 的Schedule的原语 阅读全文
posted @ 2024-05-27 23:56 小丑_jk 阅读(3) 评论(0) 推荐(0) 编辑
摘要:出自: https://blog.csdn.net/qq_45604814/article/details/132687858 一、Lambda表达式概述1.介绍 Lambda表达式是C++11标准引入的一种特性,它提供了一种方便的方式来定义匿名函数。Lambda表达式是一种能够捕捉外部变量并使用它 阅读全文
posted @ 2024-05-27 23:26 小丑_jk 阅读(5) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/sinat_31425585/article/details/103797339 import tvm import numpy as np import mxnet as mx def padding(X, ph, pw): assert len(X.s 阅读全文
posted @ 2024-05-26 22:36 小丑_jk 阅读(7) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/weixin_44604698/article/details/134515892 阅读全文
posted @ 2024-05-21 21:43 小丑_jk 阅读(7) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/40fad517375e 阅读全文
posted @ 2024-05-20 22:55 小丑_jk 阅读(3) 评论(0) 推荐(0) 编辑
摘要:https://zhuanlan.zhihu.com/p/442046879 阅读全文
posted @ 2024-05-20 14:40 小丑_jk 阅读(4) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/fan_fan_feng/article/details/135967727 阅读全文
posted @ 2024-05-17 13:42 小丑_jk 阅读(5) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/weixin_42596778/article/details/134848578 layerNorm的代码实现: import torch # 1.使用torch的layer norm来进行操作,然后看一下ln后的矩阵是什么样子 # 创建了一个2*3*4 阅读全文
posted @ 2024-05-17 11:02 小丑_jk 阅读(280) 评论(0) 推荐(0) 编辑
摘要:https://zhuanlan.zhihu.com/p/685472786 阅读全文
posted @ 2024-05-15 11:20 小丑_jk 阅读(11) 评论(0) 推荐(0) 编辑
摘要:https://www.modelscope.cn/models/iic/mplug_image-captioning_coco_base_zh/summary 阅读全文
posted @ 2024-05-14 16:56 小丑_jk 阅读(18) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/bcc961818788 阅读全文
posted @ 2024-05-12 22:55 小丑_jk 阅读(3) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/hw5226349/article/details/91370350/ 阅读全文
posted @ 2024-05-12 22:22 小丑_jk 阅读(14) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/8c7e1c3927b1 https://zhuanlan.zhihu.com/p/381333188 https://www.cnblogs.com/wanger-sjtu/p/15046641.html 阅读全文
posted @ 2024-05-05 22:52 小丑_jk 阅读(41) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/Dust_Evc/article/details/121852790 阅读全文
posted @ 2024-05-05 18:14 小丑_jk 阅读(3) 评论(0) 推荐(0) 编辑
摘要:https://wenku.csdn.net/answer/1vwzxsgg3d 阅读全文
posted @ 2024-05-05 15:34 小丑_jk 阅读(38) 评论(0) 推荐(0) 编辑