vincenthesiyuan / paddle_torch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

paddorch

Introduction

PaddlePaddle is the DL framework developped by Baidu, and this library is aim to provide a PaddlePaddle wrapper for the common pytorch interface, so people can try out paddlepaddle on their pytorch code without much change.

install

pip install .

Examples

I used this library to reimplement below projects

  1. BigGAN: Large Scale GAN Training for High Fidelity Natural Image Synthesis
  2. StarGAN v2: Diverse Image Synthesis for Multiple Domains
  3. Unsupervised Generative Attentional Networks with Adaptive Layer-Instance Normalization for Image-to-Image Translation

About

License:MIT License


Languages

Language:Python 100.0%