Pinned Repositories
URPC2021
Awesome-Vision-Attentions
Summary of related papers on visual attention
Black-Friday-Deals
Black Friday Deals for macOS / iOS Software & Books
convst
Implementation of the Convolutional Shapelet Transform algorithm along with interpretability tools. Documentation is WIP on read the docs.
eat_pytorch_in_20_days
Pytorch🍊🍉 is delicious, just eat it! 😋😋
mlp-mixer-pytorch
An All-MLP solution for Vision, from Google AI
mobilevit-pytorch
A PyTorch implementation of "MobileViT: Light-weight, General-purpose, and Mobile-friendly Vision Transformer".
project-0-PuyangChen
project-0-PuyangChen created by GitHub Classroom
project-1-PuyangChen
project-1-PuyangChen created by GitHub Classroom
project-2-PuyangChen
project-2-PuyangChen created by GitHub Classroom
PuyangChen's Repositories
PuyangChen/gpt4free
decentralising the Ai Industry, just some language model api's...
PuyangChen/pytorch-grad-cam
Advanced AI Explainability for computer vision. Support for CNNs, Vision Transformers, Classification, Object detection, Segmentation, Image similarity and more.
PuyangChen/statistic
collecting books, papers and docs.
PuyangChen/Black-Friday-Deals
Black Friday Deals for macOS / iOS Software & Books
PuyangChen/Awesome-Vision-Attentions
Summary of related papers on visual attention
PuyangChen/convst
Implementation of the Convolutional Shapelet Transform algorithm along with interpretability tools. Documentation is WIP on read the docs.
PuyangChen/mobilevit-pytorch
A PyTorch implementation of "MobileViT: Light-weight, General-purpose, and Mobile-friendly Vision Transformer".
PuyangChen/Swin-Transformer
This is an official implementation for "Swin Transformer: Hierarchical Vision Transformer using Shifted Windows".
PuyangChen/eat_pytorch_in_20_days
Pytorch🍊🍉 is delicious, just eat it! 😋😋
PuyangChen/mlp-mixer-pytorch
An All-MLP solution for Vision, from Google AI
PuyangChen/TraceBlockChain
PuyangChen/SA-AutoAug
Scale-aware Automatic Augmentation for Object Detection (CVPR 2021)
PuyangChen/leetcode-1
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
PuyangChen/LeetCode-Go
✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
PuyangChen/URPC2021
PuyangChen/project-2-PuyangChen
project-2-PuyangChen created by GitHub Classroom
PuyangChen/project-1-PuyangChen
project-1-PuyangChen created by GitHub Classroom
PuyangChen/CS231n-2017
Completed the CS231n 2017 spring assignments from Stanford university
PuyangChen/HitDet.pytorch
PuyangChen/project-0-PuyangChen
project-0-PuyangChen created by GitHub Classroom
PuyangChen/LeetCode-2
LeetCode
PuyangChen/mmdetection
OpenMMLab Detection Toolbox and Benchmark
PuyangChen/involution
[CVPR 2021] Involution: Inverting the Inherence of Convolution for Visual Recognition, a brand new neural operator
PuyangChen/cs231n
notes & assignments for cs231n 2020
PuyangChen/pytorch-kaldi
pytorch-kaldi is a project for developing state-of-the-art DNN/RNN hybrid speech recognition systems. The DNN part is managed by pytorch, while feature extraction, label computation, and decoding are performed with the kaldi toolkit.
PuyangChen/leetcode
Python & JAVA Solutions for Leetcode
PuyangChen/faster-rcnn-pytorch
这是一个faster-rcnn的pytorch实现的库,可以利用voc数据集格式的数据进行训练。
PuyangChen/Distilling-Object-Detectors
Implementations of CVPR 2019 paper Distilling Object Detectors with Fine-grained Feature Imitation
PuyangChen/joyful-pandas
Pandas中文教程
PuyangChen/CS50