Skip to content
This repository has been archived by the owner on Apr 11, 2020. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 686 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 686 Bytes

LayoutGAN

A reproducing project of article LayoutGAN: Generating Graphic Layouts with Wireframe Discriminators.

Check out my testing notes!

Todo

  • Implement the LayoutGAN fully follow the reference repo.
  • Start training, obverse the result.
  • Fix bugs / temp code.
  • Add monitor, and start a formal train.
  • Add checkpoint saving.

Reference

The implementation here.

Packages Used

You need to install these packages before you run this program.

  • Python 3.7
  • Pytorch >= 1.0 instructions
  • TensorBoardX
  • Matplotlib