liujinTyler's Stars
pytorch/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
2dust/v2rayN
A GUI client for Windows, Linux and macOS, support Xray and sing-box and others
Avik-Jain/100-Days-Of-ML-Code
100 Days of ML Coding
openai/CLIP
CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
wolverinn/Waking-Up
计算机基础(计算机网络/操作系统/数据库/Git...)面试问题全面总结,包含详细的follow-up question以及答案;全部采用【问题+追问+答案】的形式,即拿即用,直击互联网大厂面试;可用于模拟面试、面试前复习、短期内快速备战面试...
zhedahht/CodingInterviewChinese2
《剑指Offer:名企面试官精讲典型编程面试题》第二版源代码
Lyken17/pytorch-OpCounter
Count the MACs / FLOPs of your PyTorch model.
walkccc/CLRS
📚 Solutions to Introduction to Algorithms Third Edition
he-y/Awesome-Pruning
A curated list of neural network pruning resources.
AlexHex7/Non-local_pytorch
Implementation of Non-local Block.
lxztju/pytorch_classification
利用pytorch实现图像分类的一个完整的代码,训练,预测,TTA,模型融合,模型部署,cnn提取特征,svm或者随机森林等进行分类,模型蒸馏,一个完整的代码
BangguWu/ECANet
Code for ECA-Net: Efficient Channel Attention for Deep Convolutional Neural Networks
ZhugeKongan/torch-template-for-deep-learning
Pytorch Implementations of large number classical backbone CNNs, data enhancement, torch loss, attention, visualization and some common algorithms.
implus/PytorchInsight
a pytorch lib with state-of-the-art architectures, pretrained models and real-time updated results
megvii-research/mdistiller
The official implementation of [CVPR2022] Decoupled Knowledge Distillation https://arxiv.org/abs/2203.08679 and [ICCV2023] DOT: A Distillation-Oriented Trainer https://openaccess.thecvf.com/content/ICCV2023/papers/Zhao_DOT_A_Distillation-Oriented_Trainer_ICCV_2023_paper.pdf
autoencoder-github/interviewtop
xinlianghu/svm
用Python实现SVM多分类器
AFAgarap/cnn-svm
An Architecture Combining Convolutional Neural Network (CNN) and Linear Support Vector Machine (SVM) for Image Classification
dcdcvgroup/FcaNet
FcaNet: Frequency Channel Attention Networks
kazuto1011/svm-pytorch
Linear SVM with PyTorch
CharlesWolff6/airport
翻墙机场推荐
nel215/ksvd
A ksvd implementation written in python.
hangyu94/Ada-CM
“Towards Semi-Supervised Deep Facial Expression Recognition with An Adaptive Confidence Margin”, CVPR 2022.
datamagic2020/Emotion_detection_with_CNN
ososos888/prune-then-distill
WangRongsheng/pytorch-classification
利用pytorch实现图像分类的一个完整的代码,训练,预测,TTA,模型融合,模型部署,cnn提取特征,svm或者随机森林等进行分类,模型蒸馏,一个完整的代码
byeongjokim/VIPriors-Image-Classification-Challenge
Laadr/LC-KSVD
Implementation of the Label consistent KSVD algorithm proposed by Zhuolin Jiang, Zhe Lin and Larry S. Davis.
tulseebisen/DL_projects
jayroxis/dam-pytorch
PyTorch Official Implementation of DiscriminAtive Masking (NeurIPS 2021)