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
Opens a window that displays an image. Usage:
from viewer import GlobalViewer
GlobalViewer.update(image)
Opens a window that displays an image. Usage:
from viewer import GlobalViewer
GlobalViewer.update(image)
Delays loading Gtk and friends until enable() is called.