Go for it
terminology terminology
TERMINOLOGYFLOPs FLOPs:(部分大写,小s)floating point operations 指的是浮点运算次数,理解为计算量,可以用来衡量算法/模型时间的复杂度。 FLOPS:(全部大写,大s),Floating-p
2023-08-16
LibTorch LibTorch
LibTorch源码编译 Build from sourceStep 1 Download pytorchgit clone --recursive https://github.com/pytorch/pytorch cd pytorc
2023-08-16
design-pattern design-pattern
设计模式 创建型模式 创建型模式(Creational Pattern)主要关注对象创建过程的灵活性和可复用性 工厂方法 工厂方法模式是一种创建型设计模式, 其在父类中提供一个创建对象的方法, 允许子类决定实例化对象的类型 如果无法预
2023-08-16
Diffusion Diffusion
Diffusion Models: A Comprehensive Survey of Methods and Applications paper https://arxiv.org/abs/2209.00796 code
2023-08-10
CLIP CLIP
CLIP: Contrastive LanguageImage Pre-training paper https://arxiv.org/abs/2103.00020 code https://github.com/openai/
2023-08-10
TryOnDiffusion TryOnDiffusion
TryOnDiffusion: A Tale of Two UNets paper https://arxiv.org/abs/2306.08276 code https://tryondiffusion.github.io/
2023-08-09
LaDI-VTON LaDI-VTON
LaDI-VTON: Latent Diffusion Textual-Inversion Enhanced Virtual Try-On paper https://arxiv.org/abs/2305.13501 code ht
2023-08-08
model-deployment-trition model-deployment-trition
Triton Inference Server and Client Deploy/Server​ 常见的模型部署方式有以下几种 服务器端部署:模型推理服务部署在服务器上,从而进行高性能完成推理任务; 边缘设备端部署:模型部署在
2023-08-04 Lee Jet
OC-SORT OC-SORT
Observation-Centric SORT: Rethinking SORT for Robust Multi-Object Tracking paper https://arxiv.org/abs/2203.14360
2023-08-02
Cascade-DETR Cascade-DETR
Cascade-DETR: Delving into High-Quality Universal Object Detection Paper Code Abstract Transformer-based检测器在coco上占主导
2023-08-01
paper-reading paper-reading
目标检测 婴儿哭声检测 模型压缩与加速
2023-08-01
model-compression-and-acceleration.md model-compression-and-acceleration.md
An Overview of Model Compression and Acceleration Author:Jet Date:2023/07 Background 减少模型存储和计算成本
2023-07-27 Lee Jet
6 / 8