A reproducing project of article LayoutGAN: Generating Graphic Layouts with Wireframe Discriminators.
Check out my testing notes!
- 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.
The implementation here.
You need to install these packages before you run this program.
- Python 3.7
- Pytorch >= 1.0 instructions
- TensorBoardX
- Matplotlib