StyleGAN / loading_model.py
masterofaudio2077's picture
Upload 11 files
18dcb10 verified
Raw
History Blame Contribute Delete
259 Bytes
from imports import * # gets all the libs
from layers import *
# ─── build models ────────────────────────────────────────
generator = StyleGAN_Generator()