Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 644 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 644 Bytes

AdaIN

Keras implementation of this paper. Original implementation can be found at here, and our PyTorch implementation can be found at here.

Requirments

Install following python libraries.

  • absl-py
  • Pillow
  • tensorflow
  • tqdm

Colab

We offer training script using colab. To use colab training script, you need to set the parameters (i.e. content_path, style_path, and model_dir) before run the script.