The document discusses evaluating a binarized DCGAN (B-DCGAN) on an FPGA. It aims to determine if GANs are possible on FPGAs and if binarization of GANs is feasible. The researchers binarized the DCGAN layers, trained on CPU/GPU, and tested on FPGA. The best scenario binarized most layers while maintaining acceptable image quality. Full binarization resulted in lower quality. The work suggests FPGA inference of DNNs is possible with binarization, but training may be difficult due to non-differentiable binary functions in backpropagation.