diffae / run_ffhq256_cls.py
qninhdt's picture
Upload 68 files
1ab03a3 verified
raw
history blame contribute delete
333 Bytes
from templates_cls import *
from experiment_classifier import *
if __name__ == '__main__':
# need to first train the diffae autoencoding model & infer the latents
# this requires only a single GPU.
gpus = [0]
conf = ffhq256_autoenc_cls()
train_cls(conf, gpus=gpus)
# after this you can do the manipulation!