yang-jin-hai's Stars
ikostrikov/pytorch-a2c-ppo-acktr-gail
PyTorch implementation of Advantage Actor Critic (A2C), Proximal Policy Optimization (PPO), Scalable trust-region method for deep reinforcement learning using Kronecker-factored approximation (ACKTR) and Generative Adversarial Imitation Learning (GAIL).
soumith/ganhacks
starter from "How to Train a GAN?" at NIPS2016
lucidrains/stylegan2-pytorch
Simplest working implementation of Stylegan2, state of the art generative adversarial network, in Pytorch. Enabling everyone to experience disentanglement
MrGiovanni/ModelsGenesis
[MICCAI 2019 Young Scientist Award] [MEDIA 2020 Best Paper Award] Models Genesis
junyanz/pytorch-CycleGAN-and-pix2pix
Image-to-Image Translation in PyTorch
tengshaofeng/ResidualAttentionNetwork-pytorch
a pytorch code about Residual Attention Network. This code is based on two projects from
DeepVoltaire/AutoAugment
Unofficial implementation of the ImageNet, CIFAR 10 and SVHN Augmentation Policies learned by AutoAugment using pillow
stefanopini/simple-HRNet
Multi-person Human Pose Estimation with HRNet in Pytorch
xingjunm/lid_adversarial_subspace_detection
Code for paper "Characterizing Adversarial Subspaces Using Local Intrinsic Dimensionality".
996icu/996.ICU
Repo for counting stars and contributing. Press F to pay respect to glorious developers.
Cadene/pretrained-models.pytorch
Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.
LinguoLi/mnist_tutorial
A tutorial for MNIST handwritten digit classification using sklearn, PyTorch and Keras.
ultralytics/yolov3
YOLOv3 in PyTorch > ONNX > CoreML > TFLite
xlzd/img2html
Convert image to HTML
wangshub/wechat_jump_game
微信《跳一跳》Python 辅助
jiaowenlong/GA-KP
基本遗传算法解决背包问题