ucalyptus commited on
Commit
db63a71
·
1 Parent(s): f729127

Update tune.py

Browse files
Files changed (1) hide show
  1. tune.py +1 -1
tune.py CHANGED
@@ -17,7 +17,7 @@ paths_config.e4e = 'e4e_ffhq_encode.pt'
17
  paths_config.input_data_id = image_dir_name
18
  paths_config.input_data_path = f'{image_dir_name}'
19
  paths_config.stylegan2_ada_ffhq = 'ffhq.pkl'
20
- paths_config.checkpoints_dir = ''
21
  paths_config.style_clip_pretrained_mappers = ''
22
  hyperparameters.use_locality_regularization = False
23
  hyperparameters.lpips_type = 'squeeze'
 
17
  paths_config.input_data_id = image_dir_name
18
  paths_config.input_data_path = f'{image_dir_name}'
19
  paths_config.stylegan2_ada_ffhq = 'ffhq.pkl'
20
+ paths_config.checkpoints_dir = 'checkpoints'
21
  paths_config.style_clip_pretrained_mappers = ''
22
  hyperparameters.use_locality_regularization = False
23
  hyperparameters.lpips_type = 'squeeze'