Top

hypergan module

import hypergan
from .gan import GAN
from .cli import CLI
from .configuration import Configuration
import tensorflow as tf
import hypergan.cli
import hypergan as hg

Sub-modules

hypergan.pygame_viewer

Opens a window that displays an image. Usage:

from viewer import GlobalViewer
GlobalViewer.update(image)

hypergan.viewer

Opens a window that displays an image. Usage:

from viewer import GlobalViewer
GlobalViewer.update(image)

Delays loading Gtk and friends until enable() is called.