tongkainan's Stars
tangxianfeng/STDN
Code for our Spatiotemporal Dynamic Network
perkinls/flink-local-train
flink入门到项目实践
sbarratt/inception-score-pytorch
Inception Score for GANs in Pytorch
zgcr/SimpleAICV_pytorch_training_examples
SimpleAICV:pytorch training and testing examples.
loretoparisi/CapsNet
CapsNet (Capsules Net) in Geoffrey E Hinton paper "Dynamic Routing Between Capsules" - State Of the Art
google-research/google-research
Google Research
epfml/attention-cnn
Source code for "On the Relationship between Self-Attention and Convolutional Layers"
leaderj1001/Stand-Alone-Self-Attention
Implementing Stand-Alone Self-Attention in Vision Models using Pytorch
facebookresearch/pytorch3d
PyTorch3D is FAIR's library of reusable components for deep learning with 3D data
facebookresearch/video-nonlocal-net
Non-local Neural Networks for Video Classification
moskomule/senet.pytorch
PyTorch implementation of SENet
nitrain/nitrain
Train AI models efficiently on medical images using any framework
jadore801120/attention-is-all-you-need-pytorch
A PyTorch implementation of the Transformer model in "Attention is All You Need".
eriklindernoren/PyTorch-GAN
PyTorch implementations of Generative Adversarial Networks.
tensorflow/tensor2tensor
Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.
Kyubyong/transformer
A TensorFlow Implementation of the Transformer: Attention Is All You Need
kiyohiro8/SelfAttentionGAN
Self Attention GAN (https://arxiv.org/abs/1805.08318) implemented with keras
eriklindernoren/Keras-GAN
Keras implementations of Generative Adversarial Networks.
taki0112/Self-Attention-GAN-Tensorflow
Simple Tensorflow implementation of "Self-Attention Generative Adversarial Networks" (SAGAN)
taki0112/AdaBound-Tensorflow
Simple Tensorflow implementation of "Adaptive Gradient Methods with Dynamic Bound of Learning Rate" (ICLR 2019)
taki0112/Tensorflow-Cookbook
Simple Tensorflow Cookbook for easy-to-use