qingyunwudaoletu's Stars
yassouali/pytorch-segmentation
:art: Semantic segmentation models, datasets and losses implemented in PyTorch.
Jonezhen/CSBook
Laicheng0830/Pytorch_Model_Quantization
OpenPose uses Pytorch for static quantization, saving, and loading of models
Lornatang/VGG-PyTorch
The implementation of VGG thesis is implemented under PyTorch framework
pytorch/vision
Datasets, Transforms and Models specific to Computer Vision
DDGRCF/sparseinst_ncnn_demo
https://zhuanlan.zhihu.com/p/577195854
OpenEthan/SMSBoom
SMSBoom - Deprecate: Due to judicial reasons, the repository has been suspended!
wzy6642/Dive-Into-Deep-Learning-PyTorch-PDF
本项目对中文版《动手学深度学习》中的代码进行了PyTorch实现并整理为PDF版本供下载
HarisIqbal88/PlotNeuralNet
Latex code for making neural networks diagrams
lucidrains/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch
YichaoCai1/torch_backbones
Unofficial implementations of some classical CNN backbones with pytorch
ZhuYun97/ShuffleNet-v2-Pytorch
implement the shufflenetv2, and test the performance
km1994/NLP-Interview-Notes
该仓库主要记录 NLP 算法工程师相关的面试题
zhaoqichang/Autoslim
A pytorch toolkit for structured neural network pruning automatically
xinntao/Real-ESRGAN
Real-ESRGAN aims at developing Practical Algorithms for General Image/Video Restoration.
aldi-dimara/keras-focal-loss
Implementation of binary and categorical/multiclass focal loss using Keras with TensorFlow backend
haooozi/SiamFC
Pytorch Re-implementation for [ECCV'16] "(SiamFC)Fully-Convolutional Siamese Networks for Object Tracking" on GOT-10k dataset
hao-liu-china/SiameseFC-pytorch
rafellerc/Pytorch-SiamFC
Pytorch implementation of "Fully-Convolutional Siamese Networks for Object Tracking"
digantamisra98/Mish
Official Repository for "Mish: A Self Regularized Non-Monotonic Neural Activation Function" [BMVC 2020]
lixiangwang/model_prune_yolov3-
facebookresearch/mae
PyTorch implementation of MAE https//arxiv.org/abs/2111.06377
researchmm/AOT-GAN-for-Inpainting
[TVCG'2023] AOT-GAN for High-Resolution Image Inpainting (codebase for image inpainting)
Jireh-Jam/R-MNet-Inpainting-keras
R-MNET: A Perceptual Adversarial Network for Image Inpainting model in Keras
gjy3035/enet.pytorch
This repository is a PyTorch implementation of ENet.
yeyun111/dlcv_for_beginners
《深度学习与计算机视觉》配套代码