File size: 306 Bytes
e0c7c25
 
 
 
 
 
1
2
3
4
5
6
7
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)