Pinned Repositories
awesome-model-quantization
A list of papers, docs, codes about model quantization. This repo is aimed to provide the info for model quantization research, we are continuously improving the project. Welcome to PR the works (papers, repositories) that are missed by the repo.
awesome-transformer-search
A curated list of awesome resources combining Transformers with Neural Architecture Search
blog_os
Writing an OS in Rust
ComfyUI-Manager
ComfyUI-Manager is an extension designed to enhance the usability of ComfyUI. It offers management functions to install, remove, disable, and enable various custom nodes of ComfyUI. Furthermore, this extension provides a hub feature and convenience functions to access a wide range of information within ComfyUI.
DynamicDet
[CVPR 2023] DynamicDet: A Unified Dynamic Architecture for Object Detection
hertz
Go HTTP framework with high-performance and strong-extensibility for building micro-services.
libiop
C++ library for IOP-based zkSNARKs
openfold
Trainable PyTorch reproduction of AlphaFold 2
pytorch-multi-gpu-training
整理 pytorch 单机多 GPU 训练方法与原理
SysY-Compiler
Code for Compiling Theroms in 2021fall, College of Software, BUAA
RaidenE1's Repositories
RaidenE1/SysY-Compiler
Code for Compiling Theroms in 2021fall, College of Software, BUAA
RaidenE1/awesome-model-quantization
A list of papers, docs, codes about model quantization. This repo is aimed to provide the info for model quantization research, we are continuously improving the project. Welcome to PR the works (papers, repositories) that are missed by the repo.
RaidenE1/awesome-transformer-search
A curated list of awesome resources combining Transformers with Neural Architecture Search
RaidenE1/blog_os
Writing an OS in Rust
RaidenE1/ComfyUI-Manager
ComfyUI-Manager is an extension designed to enhance the usability of ComfyUI. It offers management functions to install, remove, disable, and enable various custom nodes of ComfyUI. Furthermore, this extension provides a hub feature and convenience functions to access a wide range of information within ComfyUI.
RaidenE1/DynamicDet
[CVPR 2023] DynamicDet: A Unified Dynamic Architecture for Object Detection
RaidenE1/hertz
Go HTTP framework with high-performance and strong-extensibility for building micro-services.
RaidenE1/libiop
C++ library for IOP-based zkSNARKs
RaidenE1/openfold
Trainable PyTorch reproduction of AlphaFold 2
RaidenE1/pytorch-multi-gpu-training
整理 pytorch 单机多 GPU 训练方法与原理
RaidenE1/pytorch-training-template
PyTorch model training template
RaidenE1/RaidenE1
Config files for my GitHub profile.
RaidenE1/raidene1.github.io
personal website
RaidenE1/rust-course
“连续六年成为全世界最受喜爱的语言,无 GC 也无需手动内存管理、极高的性能和安全性、过程/OO/函数式编程、优秀的包管理、JS 未来基石" — 工作之余的第二语言来试试 Rust 吧。<<Rust语言圣经>>拥有全面且深入的讲解、生动贴切的示例、德芙般丝滑的内容,甚至还有JS程序员关注的 WASM 和 Deno 等专题。这可能是目前最用心的 Rust 中文学习教程 / Book
RaidenE1/temporal
Temporal service
RaidenE1/treehollow-backend
T大树洞 的Golang后端
RaidenE1/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch