Skip to content

Commit ce3bae9

Browse files
author
nessessence
committed
fix default path 128cls
1 parent 550a962 commit ce3bae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates_cls.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def ffhq128_autoenc_cls():
66
conf.train_mode = TrainMode.manipulate
77
conf.manipulate_mode = ManipulateMode.celebahq_all
88
conf.manipulate_znormalize = True
9-
conf.latent_infer_path = f'checkpoints/{ffhq128_autoenc_130M().name}.pkl'
9+
conf.latent_infer_path = f'checkpoints/{ffhq128_autoenc_130M().name}/latent.pkl'
1010
conf.batch_size = 32
1111
conf.lr = 1e-3
1212
conf.total_samples = 300_000

0 commit comments

Comments
 (0)