Skip to content

Deep Learning Assignment for Style Transfer in the Higher School of Economics

License

Notifications You must be signed in to change notification settings

whiteRa2bit/pix2pix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PIX2PIX

Image-to-Image Translation with Conditional Adversarial Networks

One of the homeworks as part of Deep Learning Course at Higher School of Economics. A detailed task description can be found here.

Experiments report can be found at docs folder

Examples

Anime dataset example Pokemon dataset example

Summary

Getting Started

To install the package go to installing notes. All requirements can be found at setup.py

Installing

To install the package run the following command

pip install -e .

Data

For experiments the following two datasets were used:

Train

To run training modify config file accordingly and run

cd tools
python run_train.py

Coding style tests

YAPF (0.22.0) is used for coding style validation

python3 -m yapf -rp . --in-place

Authors

  • Pavel Fakanov - Wrote the code, run the experiments - whiteRa2bit

License

This project is licensed under the Apache License

Acknowledgments