Skip to content

MagnusChase03/GAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAN

A simple GAN written in C++.

Build

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

Run

To run the example executable:

$ make run

About

A simple GAN written in C++.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors