Skip to content

Latest commit

 

History

History
49 lines (27 loc) · 961 Bytes

File metadata and controls

49 lines (27 loc) · 961 Bytes

Realtime GAN Training and Inferring

What is it about?

To better understand the training and inferring process of a GAN network, it is necessary to use a visualization tool to describe its process.

UI be like

image

Dashboard to set training parameters be like

image

The traininng curve be like

image

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.