12 projects
stargan-pytorch
StarGAN in PyTorch.
yolov3-pytorch
YOLOv3 in PyTorch.
dcgan-pytorch
PyTorch implements a simple GAN neural network structure.
resnet-pytorch
An ResNet implements of PyTorch.
googlenet-pytorch
Restore the official code 100% and improve it to make it easier to use.
densenet-pytorch
Restore the official code 100% and improve it to make it easier to research and facilitate production.
vgg-pytorch
An VGGNet implements of PyTorch.
alexnet-pytorch
An improved version of the AlexNet model, adding parameter initialization from ResNet.
gan-pytorch
PyTorch implements a simple GAN neural network structure.
wgandiv-pytorch
In many domains of computer vision, generative adversarial networks (GANs) have achieved great success, among which the fam- ily of Wasserstein GANs (WGANs) is considered to be state-of-the-art due to the theoretical contributions and competitive qualitative performance
wgangp-pytorch
The recently proposed Wasserstein GAN (WGAN) makes progress toward stable training of GANs.
wgan-pytorch
This is a new alogorithm named WGAN, an alternative to traditional GAN training!