billysx
ECE Ph.D. @ Cornell University. Previous undergrad in EECS @ Peking University. Machine Learning.
Cornell UniversityIthaca, New York
Pinned Repositories
adahessian
ADAHESSIAN: An Adaptive Second Order Optimizer for Machine Learning
billysx.github.io
cs-self-learning
计算机自学指南
HAP
[WACV'22] "HAP: Hessian-Aware Pruning and Optimal Neural Implant" by Shixing Yu*, Zhewei Yao*, Amir Gholami*, Zhen Dong*, Michael Mahoney, and Kurt Keutzer.
Nachos
PKU computer science course - operating system lab
NetworkLab_Pensieve_pytorch
PKU cs course Computer Networking Lab course project. a pytorch implementation of Pensieve
PlateRecognition
Python Datamining final project
UVC
[ICLR'22] "Unified Vision Transformer Compression" by Shixing Yu*, Tianlong Chen*, Jiayi Shen, Huan Yuan, Jianchao Tan, Sen Yang, Ji Liu, Zhangyang Wang
UVC
[ICLR 2022] "Unified Vision Transformer Compression" by Shixing Yu*, Tianlong Chen*, Jiayi Shen, Huan Yuan, Jianchao Tan, Sen Yang, Ji Liu, Zhangyang Wang
HAP
billysx's Repositories
billysx/aqi_vis
HW3 of Introduction to Visualization
billysx/band_vis
HW2 for intro to vis
billysx/channel-pruning
Channel Pruning for Accelerating Very Deep Neural Networks (ICCV'17)
billysx/dlwpt-code
Code for the book Deep Learning with PyTorch by Eli Stevens and Luca Antiga.
billysx/EigenDamage-Pytorch
Code for "EigenDamage: Structured Pruning in the Kronecker-Factored Eigenbasis" https://arxiv.org/abs/1905.05934
billysx/Image_Segmentation
Pytorch implementation of U-Net, R2U-Net, Attention U-Net, and Attention R2U-Net.
billysx/knowledge-distillation-pytorch
A PyTorch implementation for exploring deep and shallow knowledge distillation (KD) experiments with flexibility
billysx/libpku
贵校课程资料民间整理
billysx/MAML-Pytorch
Elegant PyTorch implementation of paper Model-Agnostic Meta-Learning (MAML)
billysx/network-slimming
Network Slimming (Pytorch) (ICCV 2017)
billysx/PKUCourse
北大计算机课程大作业
billysx/pose-transfer
billysx/pytorch-maddpg
A pytorch implementation of MADDPG (multi-agent deep deterministic policy gradient)
billysx/pytorch-slimming
Learning Efficient Convolutional Networks through Network Slimming, In ICCV 2017.
billysx/pytorch-YOLO-v1
an experiment for yolo-v1, including training and testing.
billysx/QuanTorch
PyTorch implementation of "Quantization and Training of Neural Networks for Efficient Integer-Arithmetic-Only Inference"
billysx/RL_pysc2
Reinforcement learning for starcraft2 with pytorch
billysx/SinglePathOneShot
billysx/vis_csrankings
visclass2019 project: visualization of csrankings data
billysx/yolo2-pytorch
YOLOv2 in PyTorch