This notebook demonstrates converting a PaddlePaddle/PaddleGAN AnimeGAN model to OpenVINO Intermediate Representation (OpenVINO IR) format, and shows inference results on the PaddleGAN and OpenVINO IR models.
This notebook uses the AnimeGAN model provided by PaddlePaddle. For more details, see the PaddleGAN's AnimeGAN documentation
This is a self-contained example that relies solely on its own code.
We recommend running the notebook in a virtual environment. You only need a Jupyter server to start.
For details, please refer to Installation Guide.