nailtu30's Stars
JiaoMaWHU/WHU_Template
武汉大学信纸模板
xmouyang/Cosmo
Repo for MobiCom 2022 paper: " Cosmo: Contrastive Fusion Learning with Small Data for Multimodal Human Activity Recognition ".
xmouyang/ADMarker
Repo for MobiCom 2024 paper: "ADMarker: A Multi-Modal Federated Learning System for Monitoring Digital Biomarkers of Alzheimer’s Disease".
NVIDIA/apex
A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch
kubeedge/sedna
AI tookit over KubeEdge
srush/GPU-Puzzles
Solve puzzles. Learn CUDA.
hpcaitech/Open-Sora
Open-Sora: Democratizing Efficient Video Production for All
mini-sora/minisora
MiniSora: A community aims to explore the implementation path and future development direction of Sora.
openai/guided-diffusion
graykode/nlp-tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
315386775/DeepLearing-Interview-Awesome-2024
AIGC-interview/CV-interview/LLMs-interview面试问题与答案集合仓,同时包含工作和科研过程中的新想法、新问题、新资源与新项目
EmbraceAGI/AIGC_Interview
📚 AIGC 求职面经、必备基础知识、提示词工程、ChatGPT、Stable Diffusion、Prompt、Embedding、Fintune 等 AIGC 求职你所需要知道的一切~
naklecha/llama3-from-scratch
llama3 implementation one matrix multiplication at a time
acm-clan/algorithm-stone
ACM/LeetCode算法竞赛路线图,最全的算法学习地图!
basujindal/stable-diffusion
Optimized Stable Diffusion modified to run on lower GPU VRAM
jeonsworld/ViT-pytorch
Pytorch reimplementation of the Vision Transformer (An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale)
lucidrains/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch
WZMIAOMIAO/deep-learning-for-image-processing
deep learning for image processing including classification and object-detection etc.
MAhaitao999/CUDA_Programming
《CUDA编程基础与实践》一书的代码
facebookresearch/DiT
Official PyTorch Implementation of "Scalable Diffusion Models with Transformers"
tovacinni/nglod
Neural Geometric Level of Detail: Real-time Rendering with Implicit 3D Shapes
Magnus2/MeshSdf
Signed Distance Function from triangle mesh.
dat-boi-lux/mitsuba-0.6.0-modern-linux
Mitsuba renderer main repository
yongsen/mitsuba
Homework of CSCI780: implementing BRDF models using mitsuba
wdas/brdf
BRDF Explorer
Captain1986/CaptainBlackboard
船长关于机器学习、计算机视觉和工程技术的总结和分享
PaddleJitLab/CUDATutorial
A self-learning tutorail for CUDA High Performance Programing.
Ubpa/ToyRTX
CPU & GPU RTX based on OpenGL
DA-southampton/NLP_ability
总结梳理自然语言处理工程师(NLP)需要积累的各方面知识,包括面试题,各种基础知识,工程能力等等,提升核心竞争力
DA-southampton/Read_Bert_Code
Bert源码阅读与讲解(Pytorch版本)-以BERT文本分类代码为例子