We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 550a962 commit ce3bae9Copy full SHA for ce3bae9
templates_cls.py
@@ -6,7 +6,7 @@ def ffhq128_autoenc_cls():
6
conf.train_mode = TrainMode.manipulate
7
conf.manipulate_mode = ManipulateMode.celebahq_all
8
conf.manipulate_znormalize = True
9
- conf.latent_infer_path = f'checkpoints/{ffhq128_autoenc_130M().name}.pkl'
+ conf.latent_infer_path = f'checkpoints/{ffhq128_autoenc_130M().name}/latent.pkl'
10
conf.batch_size = 32
11
conf.lr = 1e-3
12
conf.total_samples = 300_000
0 commit comments