shunyuzh's Stars
EbookFoundation/free-programming-books
:books: Freely available programming books
TheAlgorithms/Python
All Algorithms implemented in Python
huggingface/transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
facebookresearch/detectron2
Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.
yunjey/pytorch-tutorial
PyTorch Tutorial for Deep Learning Researchers
pyg-team/pytorch_geometric
Graph Neural Network Library for PyTorch
zergtant/pytorch-handbook
pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行
ShusenTang/Dive-into-DL-PyTorch
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。
bharathgs/Awesome-pytorch-list
A comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc.
dmlc/dgl
Python package built to ease deep learning on graph, on top of existing DL frameworks.
chenyuntc/pytorch-book
PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation (《深度学习框架PyTorch:入门与实战》)
jwyang/faster-rcnn.pytorch
A faster pytorch implementation of faster r-cnn
MingchaoZhu/DeepLearning
Python for《Deep Learning》,该书为《深度学习》(花书) 数学推导、原理剖析与源码级别代码实现
pliang279/awesome-multimodal-ml
Reading list for research topics in multimodal machine learning
brightmart/albert_zh
A LITE BERT FOR SELF-SUPERVISED LEARNING OF LANGUAGE REPRESENTATIONS, 海量中文预训练ALBERT模型
yangjianxin1/GPT2-chitchat
GPT2 for Chinese chitchat/用于中文闲聊的GPT2模型(实现了DialoGPT的MMI**)
commonsense/conceptnet5
Code for building ConceptNet from raw data.
ramprs/grad-cam
[ICCV 2017] Torch code for Grad-CAM
peteanderson80/bottom-up-attention
Bottom-up attention model for image captioning and VQA, based on Faster R-CNN and Visual Genome
KaihuaTang/Scene-Graph-Benchmark.pytorch
A new codebase for popular Scene Graph Generation methods (2020). Visualization & Scene Graph Extraction on custom images/datasets are provided. It's also a PyTorch implementation of paper “Unbiased Scene Graph Generation from Biased Training CVPR 2020”
vmurahari3/visdial-bert
Implementation for "Large-scale Pretraining for Visual Dialog" https://arxiv.org/abs/1912.02379
JXZe/DualVD
shubhamagarwal92/visdial_conv
This repository contains code used in our ACL'20 paper History for Visual Dialog: Do we really need it?