A simple GAN written in C++.
To build the shared library simply:
$ make build
The shared library will be located at build/libgan.so
To build the example program along with the library:
$ make example
The executable will be located at build/example/main
To run the example executable:
$ make run