youdutaidi
As a passionate coding enthusiast, I excel in Python, Java, and C++. I eagerly participate in competitions and aspire to make an impact in the tech world
Pinned Repositories
AI4Animation
Bringing Characters to Life with Computer Brains in Unity
AusomeBooks
Awesome-Deep-Neural-Network-Compression
Summary, Code for Deep Neural Network Quantization
awesome-gcn
resources for graph convolutional networks (图卷积神经网络相关资源)
awesome-phd
Curated list of awesome advice, tips, and resources to prepare for PhD/grad school.
Awesome-Video-Diffusion
A curated list of recent diffusion models for video generation, editing, restoration, understanding, etc.
backtrader
Python Backtesting library for trading strategies
CodeNotes
Notes for leetcode
colab-mask-rcnn
How to run Object Detection and Segmentation on a Video Fast for Free
CopyTranslator
Foreign language reading and translation assistant based on copy and translate.
youdutaidi's Repositories
youdutaidi/AI4Animation
Bringing Characters to Life with Computer Brains in Unity
youdutaidi/AusomeBooks
youdutaidi/Awesome-Deep-Neural-Network-Compression
Summary, Code for Deep Neural Network Quantization
youdutaidi/awesome-gcn
resources for graph convolutional networks (图卷积神经网络相关资源)
youdutaidi/awesome-phd
Curated list of awesome advice, tips, and resources to prepare for PhD/grad school.
youdutaidi/Awesome-Video-Diffusion
A curated list of recent diffusion models for video generation, editing, restoration, understanding, etc.
youdutaidi/backtrader
Python Backtesting library for trading strategies
youdutaidi/CodeNotes
Notes for leetcode
youdutaidi/CopyTranslator
Foreign language reading and translation assistant based on copy and translate.
youdutaidi/cords
Reduce end to end training time from days to hours (or hours to minutes), and energy requirements/costs by an order of magnitude using coresets and data selection.
youdutaidi/CS-Book
计算机类常用电子书整理,并且附带下载链接,包括Java,Python,Linux,Go,C,C++,数据结构与算法,人工智能,计算机基础,面试,设计模式,数据库,前端等书籍
youdutaidi/Deep-Learning-Papers-Reading-Roadmap
Deep Learning papers reading roadmap for anyone who are eager to learn this amazing tech!
youdutaidi/diffusion-motion-transfer
youdutaidi/exchange-simulation
youdutaidi/FollowYourPose
[AAAI 2024] Follow-Your-Pose: This repo is the official implementation of "Follow-Your-Pose : Pose-Guided Text-to-Video Generation using Pose-Free Videos"
youdutaidi/HAWQ
Quantization library for PyTorch. Support low-precision and mixed-precision quantization, with hardware implementation through TVM.
youdutaidi/IEEE
Quick start for modern LaTeXing for an IEEE conference
youdutaidi/LeetCode-Go
✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
youdutaidi/Leetcode2021
youdutaidi/micronet
micronet, a model compression and deploy lib. compression: 1、quantization: quantization-aware-training(QAT), High-Bit(>2b)(DoReFa/Quantization and Training of Neural Networks for Efficient Integer-Arithmetic-Only Inference)、Low-Bit(≤2b)/Ternary and Binary(TWN/BNN/XNOR-Net); post-training-quantization(PTQ), 8-bit(tensorrt); 2、 pruning: normal、regular and group convolutional channel pruning; 3、 group convolution structure; 4、batch-normalization fuse for quantization. deploy: tensorrt, fp32/fp16/int8(ptq-calibration)、op-adapt(upsample)、dynamic_shape
youdutaidi/Neural-Networks-on-Silicon
This is a collection of works on neural networks and neural accelerators.
youdutaidi/nnieqat-pytorch
A nnie quantization aware training tool on pytorch.
youdutaidi/Notebook
youdutaidi/Paper-Writing-Tips
Paper Writing Tips
youdutaidi/pythondict-quant
Quant Examples Based on Backtrader.
youdutaidi/pytorch-retinanet
Pytorch implementation of RetinaNet object detection.
youdutaidi/pytorch_DoReFaNet
A pytorch implementation of DoReFa-Net
youdutaidi/pytorch_resnet_cifar10
Proper implementation of ResNet-s for CIFAR10/100 in pytorch that matches description of the original paper.
youdutaidi/Robustness-Aware-Pruning-ADMM
Code release for "Adversarial Robustness vs Model Compression, or Both?"
youdutaidi/sci-charts
Codes for scientific charts《科研论文配图绘制指南》