HyFromer笔记

HyFromer模型详解

2026/6/18
阅读更多

3DGS笔记

3DGS(3D Gaussian Splatting)是一种革命性的实时渲染技术, 能够在几百万个高斯核的基础上实现高清的实时渲染.它结合了隐式神经辐射场(NeRF)的高质量图像生成能力和传统点云渲染的速度优势, 通过创新的数学设计和GPU优化算法,实现了前所未有的渲染效率和图像质量.

2026/4/14
阅读更多

EWA Volume Splatting 笔记

EWA Volume Splatting 是 3DGS 的前置知识, 把如何投影3D Gaussian到屏幕空间讲得非常详细.

2026/4/14
阅读更多

DDPM笔记

最后一遍读懂ddpm

2026/4/11
阅读更多

Diffusion Policy笔记

<div type="html"/>

2026/4/10
阅读更多

rwkv笔记

<div type="html"/>

2026/3/4
阅读更多

act笔记

<div type="html"/>

2026/2/21
阅读更多

nanovllm-block_manager

<div type="html"/>

2026/1/22
阅读更多

opencode多智能体

OpenCode 的多智能体(Multi-Agent)协同工作机制主要通过 “编排器-工人和工具委托(Orchestrator-Worker & Tool Delegation)” 模式实现。核心思想是主智能体(Primary Agent)作为一个调度中心,通过调用特定的工具(`TaskTool`)来启动和委托任务给专门的子智能体(Sub-agents)。

2026/1/20
阅读更多

nanobot-checkpoint_manager

<div type="html"/>

2026/1/18
阅读更多

nanobot-gpt

<div type="html"/>

2026/1/18
阅读更多

nanobot-mid-train

<div type="html"/>

2026/1/18
阅读更多

nanobot-pre-train

<div type="html"/>

2026/1/18
阅读更多

nanobot-rl

<div type="html"/>

2026/1/18
阅读更多

nanobot-sft

<div type="html"/>

2026/1/18
阅读更多

Vision Mamba (Vim)笔记

<div type="html"/>

2026/1/8
阅读更多

BPE演示

BPE (Byte Pair Encoding) 是一种常用的文本分词算法,广泛应用于自然语言处理任务中。

2026/1/2
阅读更多

最后一遍学习Transformer

Transformer模型详解

2026/1/2
阅读更多

YOLOv5 目标检测笔记

YOLOv5 是一个流行的目标检测模型,具有高效、准确的特点,广泛应用于各种计算机视觉任务。

2026/1/1
阅读更多

下载根服务器解析记录

可能是国内第一个教你下载dns根服务器解析的,直接破解你的根服务器焦虑

2025/6/7
阅读更多

Dynaseal A Backend-Controlled LLM API Key Distribution Scheme with Constrained Invocation Parameters

Stop using risky static API keys for edge-AI! We replace Bearer Tokens with dynamic, parameter-embedded JWT tokens that enable 99\% backend traffic reduction compared to relays, while requiring zero client-side keys.

2025/3/14
阅读更多

判断链表有环

快慢指针哈希表添加标记就不说了,最近看到一个文章提到了一种方法,把已经访问过的节点的next指针域的最低一个bit置1,我感觉非常有意思。

2025/3/5
阅读更多

王道25数据结构勘误

本文整理了2025年王道数据结构书中的勘误内容,帮助读者快速定位和修正书中的错误。适合考研、自学数据结构的同学参考,提升学习效率。

2025/3/3
阅读更多

关于perplexity的open-sourcing-r1-1776

open-sourcing-r1-1776是开源的耻辱

2025/2/19
阅读更多

AI为什么不像人类一样进行多轮对话

为什么不将AI聊天机器人从僵化的单轮交互转变为自然的多轮对话,让AI真正模拟人类的交流方式。

2025/2/14
阅读更多

新博客改造日记和功能测试

新博客改造日记和功能测试

2025/1/9
阅读更多

Markdown Style Guide

Here is a sample of some basic Markdown syntax that can be used when writing Markdown content in Astro.

2024/8/18
阅读更多

This post is using MDX, Where you can embed JSX and Astro components

Lorem ipsum dolor sit amet

2024/8/17
阅读更多

pydantic+openai+json 控制大模型输出的最佳范式

调用大模型已经是如今做 ai 项目习以为常的工作的,但是大模型的输出很多时候是不可控的,我们又需要使用大模型去做各种下游任务,实现可控可解析的输出。我们探索了一种和 python 开发可以紧密合作的开发方法。

2024/6/18
阅读更多

解决 Matplotlib Scatter 不支持 Marker 列表的问题:mscatter 实现

Matplotlib 的 scatter 方法原生不支持为不同点设置不同形状。本文整理了 GitHub Issue #11155 中的最佳解决方案,通过自定义 mscatter 函数,利用 PathCollection 暴力替换路径,实现列表化控制 Marker。

2024/6/13
阅读更多

linuxqq只显示登陆背景图

<div type="html"/>

2024/12/18
阅读更多

数字设计和计算机体系结构(机械工业出版社)勘误(自制)

<div type="html"/>

2024/12/17
阅读更多

Dynaseal:面向未来端侧llm agent的llm api key分发机制

<div type="html"/>

2024/10/30
阅读更多

RT-Patch学习

<div type="html"/>

2024/8/12
阅读更多

pydantic实现的LLM ReAct

<div type="html"/>

2024/8/10
阅读更多

fastapi 和 uvicorn 设置监听 ipv6

<div type="html"/>

2024/7/14
阅读更多

roofline model

<div type="html"/>

2024/4/10
阅读更多

zhipuAI接口兼容openai

<div type="html"/>

2024/4/10
阅读更多

在docker部署fastapi宝塔里使用nginx反代套上cloudflare获取请求的真实ip

<div type="html"/>

2024/4/9
阅读更多

clion搭建libbpf-bootstrap开发环境

<div type="html"/>

2024/4/6
阅读更多

coze+coze-discord-proxy+ChatNextWebUI实现AI自由

<div type="html"/>

2024/3/31
阅读更多

安卓内核时间使用的是UTC时间

<div type="html"/>

2024/3/30
阅读更多

colab运行google最新开源模型Gemma

<div type="html"/>

2024/2/22
阅读更多

Sora技术报告 视频生成模型作为世界模拟器 笔记

<div type="html"/>

2024/2/16
阅读更多

archlinux flutter开发踩坑

<div type="html"/>

2024/2/10
阅读更多

fastapi集成google auth登录

<div type="html"/>

2024/1/21
阅读更多

linux下NTFS磁盘报错输入输出错误

<div type="html"/>

2024/1/15
阅读更多

Venn-Abers 预测器

<div type="html"/>

2024/1/15
阅读更多

基于Venn-Abers预测器的系统日志异常检测方法_顾兆军

<div type="html"/>

2024/1/15
阅读更多

手机平板远程访问kvm虚拟机的windows

<div type="html"/>

2023/12/23
阅读更多

phi-2弱智吧测评

<div type="html"/>

2023/12/21
阅读更多

poe的gemini pro或是百度开发

<div type="html"/>

2023/12/15
阅读更多

google gemini api使用

<div type="html"/>

2023/12/14
阅读更多

google gemini api申请

<div type="html"/>

2023/12/14
阅读更多

构建用于复杂数据处理的高效UDP服务器和客户端

<div type="html"/>

2023/12/7
阅读更多

matplotlib中文字体渲染

<div type="html"/>

2023/12/4
阅读更多

TruFor笔记和代码复现

<div type="html"/>

2023/11/28
阅读更多

深入分析:GitHub Trending 项目 "multipleWindow3dScene"

<div type="html"/>

2023/11/27
阅读更多

pua大模型

<div type="html"/>

2023/11/19
阅读更多

ggml教程|mnist手写体识别量化推理

<div type="html"/>

2023/11/12
阅读更多

xgboost2.0最佳实践

<div type="html"/>

2023/10/19
阅读更多

xgboost使用GPU最佳实践

<div type="html"/>

2023/10/18
阅读更多

马踏棋盘

<div type="html"/>

2023/10/12
阅读更多

cloudlflare推理llama2

<div type="html"/>

2023/10/11
阅读更多

docker搭建elasticsearch并使用python连接

<div type="html"/>

2023/10/9
阅读更多

FreeU-文字生成图片的免费午餐笔记

<div type="html"/>

2023/10/1
阅读更多

使用xgboost的c接口推理模型

<div type="html"/>

2023/9/10
阅读更多

Archlinux使用CMake调用xgboost的c接口

<div type="html"/>

2023/9/9
阅读更多

m2cgen生成机器学习c语言推理代码

<div type="html"/>

2023/9/7
阅读更多

xgboost模型序列化存储并推理

<div type="html"/>

2023/9/7
阅读更多

speculative-sampling笔记

<div type="html"/>

2023/9/5
阅读更多

prompt2model笔记

<div type="html"/>

2023/9/5
阅读更多

RoboTAP笔记

<div type="html"/>

2023/9/1
阅读更多

自建obsidian同步服务

<div type="html"/>

2023/8/31
阅读更多

MediaPipe即将推出图像生成服务

<div type="html"/>

2023/8/23
阅读更多

Dual-Stream Diffusion Net for Text-to-Video Generation笔记

<div type="html"/>

2023/8/23
阅读更多

ViT在DDPM取代UNet(DiT)

<div type="html"/>

2023/8/20
阅读更多

arch4edu搞崩了我的flutter

<div type="html"/>

2023/8/19
阅读更多

LISA(推理分割)笔记

<div type="html"/>

2023/8/18
阅读更多

在终端绘制GPU显存使用曲线

<div type="html"/>

2023/8/13
阅读更多

GPTBot介绍

<div type="html"/>

2023/8/11
阅读更多

arch蓝牙无法连接

<div type="html"/>

2023/8/10
阅读更多

GPU部署llama-cpp-python(llama.cpp通用)

<div type="html"/>

2023/8/6
阅读更多

花式求GCD

<div type="html"/>

2023/8/2
阅读更多

使用llama构建一个蜜罐(前端)

<div type="html"/>

2023/8/1
阅读更多

使用llama构建一个蜜罐(后端)

<div type="html"/>

2023/7/29
阅读更多

llama-cpp-python快速上手

<div type="html"/>

2023/7/28
阅读更多

快速上手llama2.c(更新版)

<div type="html"/>

2023/7/28
阅读更多

Paper Gestalt笔记

<div type="html"/>

2023/7/27
阅读更多

DINO-v2笔记

<div type="html"/>

2023/7/27
阅读更多

快速上手llama2.c

<div type="html"/>

2023/7/25
阅读更多

AnyDoor笔记

<div type="html"/>

2023/7/24
阅读更多

Archlinux安装scrcpy加载共享库出错 error while loading shared libraries:libusb-1.0.so.0:wrong ELF class:ELFCLASS32

<div type="html"/>

2023/7/21
阅读更多

npc_gzip笔记

<div type="html"/>

2023/7/18
阅读更多

python调用c++函数

<div type="html"/>

2023/7/15
阅读更多

Filesystem type ntfs3,ntfs not configured in kernel

<div type="html"/>

2023/7/14
阅读更多

open_clip编码图像和文本

<div type="html"/>

2023/7/13
阅读更多

PicGo配置CloudflareR2图片储存

<div type="html"/>

2023/7/9
阅读更多

ArchlinuxGnome快捷键打开终端

<div type="html"/>

2023/6/28
阅读更多

clip-interrogator代码解析

<div type="html"/>

2023/6/23
阅读更多

GroundingDINO安装报错解决

<div type="html"/>

2023/6/21
阅读更多

2023华为鲲鹏畅想日暨西安高新国际会议中心零食午饭测评

<div type="html"/>

2023/6/19
阅读更多

RoboMaster开源仓库汇总(长期更新)

<div type="html"/>

2023/6/18
阅读更多

没有手都可以在腾讯云创建镜像

<div type="html"/>

2023/6/16
阅读更多

Arch下PicGo不能从剪切板上传图片

<div type="html"/>

2023/6/13
阅读更多

LoRA 笔记

<div type="html"/>

2023/6/13
阅读更多

Diffusers去除NSFW限制

<div type="html"/>

2023/6/11
阅读更多

StableDiffusion笔记

<div type="html"/>

2023/5/29
阅读更多

huggingface 和相关库

<div type="html"/>

2023/5/9
阅读更多

Multidiffusion代码分析

<div type="html"/>

2023/5/9
阅读更多

MXnet-arcface数据集准备

<div type="html"/>

2023/5/8
阅读更多

ControlNet训练和微调自己数据集

<div type="html"/>

2023/4/27
阅读更多

I3D笔记

<div type="html"/>

2023/4/23
阅读更多

clip_interrogator教程

<div type="html"/>

2023/4/22
阅读更多

ControlNet代码改造计划

<div type="html"/>

2023/4/21
阅读更多

文字生成图片综述

<div type="html"/>

2023/4/20
阅读更多

Segment Anything笔记

<div type="html"/>

2023/4/7
阅读更多

Imagic笔记

<div type="html"/>

2023/3/29
阅读更多

UE,Unity和WebGL技术对比

<div type="html"/>

2023/3/21
阅读更多

ControlNet笔记

<div type="html"/>

2023/3/20
阅读更多

通过colab体验ControlNet

<div type="html"/>

2023/3/20
阅读更多

Cascade EF-GAN笔记

<div type="html"/>

2023/3/12
阅读更多

Everybody Dance Now笔记

<div type="html"/>

2023/3/11
阅读更多

从0开始写c语言课设

<div type="html"/>

2023/3/3
阅读更多

DALLE2笔记

<div type="html"/>

2023/2/9
阅读更多

yolov5和yolov5-face环境搭建和常见踩坑

<div type="html"/>

2023/2/7
阅读更多

copliot才是代码开发神器

<div type="html"/>

2023/2/4
阅读更多

ThreeJS实现屏幕坐标转3d坐标

<div type="html"/>

2023/2/4
阅读更多

云中的红旗客户端使用

<div type="html"/>

2023/1/28
阅读更多

在fluid主题中加入Google广告

<div type="html"/>

2023/1/27
阅读更多

在网页或博客中嵌入ppt

<div type="html"/>

2023/1/26
阅读更多

jsdelivr加速Github文件

<div type="html"/>

2023/1/20
阅读更多

ThreeJS导入失败

<div type="html"/>

2023/1/13
阅读更多

摄像机模型

<div type="html"/>

2022/12/29
阅读更多

Hello World

<div type="html"/>

2020/1/20
阅读更多