摘要: 本文为笔者的毫米波雷达开发手册之信号模型章节,主要解读时域信号模型、空域信号模型和信号处理栈。登堂入室!Let us make millimeter-wave radar serve everyone! 阅读全文
posted @ 2023-05-07 16:00 信海 阅读(2254) 评论(1) 推荐(12) 编辑
摘要: 本文用于记录体系结构领域的CCF会议与期刊目录 阅读全文
posted @ 2024-02-24 11:10 信海 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 摘要 Knowledge distillation becomes a de facto standard to improve the performance of small neural networks. 知识蒸馏成为提高小型神经网络性能的事实上的标准。 Most of the previo 阅读全文
posted @ 2023-10-18 19:38 信海 阅读(50) 评论(0) 推荐(0) 编辑
摘要: 本日志用于记录在电路学习过程中遇到的一些术语。 阅读全文
posted @ 2023-10-15 11:07 信海 阅读(104) 评论(0) 推荐(0) 编辑
摘要: ## CMAKELists ``` cmake_minimum_required(VERSION 3.0 FATAL_ERROR) project(example) set(CMAKE_PREFIX_PATH /home/xuliangyu/libtorch) set(Torch_DIR /home 阅读全文
posted @ 2023-08-26 10:16 信海 阅读(14) 评论(0) 推荐(0) 编辑
摘要: ``` #include #include #include #include #include #include typedef float FLOAT; double get_time(); void warm_up(); void vec_add_host(FLOAT* x, FLOAT* y 阅读全文
posted @ 2023-08-24 16:56 信海 阅读(9) 评论(0) 推荐(0) 编辑
摘要: ``` #include "device_launch_parameters.h" #include int main(int argc, char*argv[]) { int deviceCount; // 设备数目 cudaGetDeviceCount(&deviceCount); for(in 阅读全文
posted @ 2023-08-24 15:29 信海 阅读(16) 评论(0) 推荐(0) 编辑
摘要: ``` #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #i 阅读全文
posted @ 2023-08-24 10:49 信海 阅读(286) 评论(0) 推荐(0) 编辑
摘要: 本文记录了可应用于神经网络训练和推理的张量分解工具包TEDNet的基本内容。 阅读全文
posted @ 2023-08-18 13:28 信海 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 本文主要记录神经网络模型测试中的指标性能分析 阅读全文
posted @ 2023-08-18 11:10 信海 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 本文对SpikTransformer进行了原理分析、学习记录。 阅读全文
posted @ 2023-06-27 12:55 信海 阅读(259) 评论(0) 推荐(0) 编辑