PandA / networks /biggan /__init__.py
james-oldfield's picture
Upload 194 files
2a76164
from .config import BigGANConfig
from .model import BigGAN
from .file_utils import PYTORCH_PRETRAINED_BIGGAN_CACHE, cached_path
from .utils import (truncated_noise_sample, save_as_images,
convert_to_images, display_in_terminal,
one_hot_from_int, one_hot_from_names)