Reeve commited on
Commit
50bf3a8
1 Parent(s): 2b9a75c

Update model_build.py

Browse files
Files changed (1) hide show
  1. model_build.py +1 -1
model_build.py CHANGED
@@ -21,7 +21,7 @@ from models.psp import pSp
21
 
22
  def build_stylegan2(
23
  increment = 0.01,
24
- network_pkl = 'pretrained/ohayou_face.pkl',
25
  process = 'image', #['image', 'interpolation','truncation','interpolation-truncation']
26
  random_seed = 0,
27
  diameter = 100.0,
21
 
22
  def build_stylegan2(
23
  increment = 0.01,
24
+ network_pkl = 'pretrained/ohayou_face2.pkl',
25
  process = 'image', #['image', 'interpolation','truncation','interpolation-truncation']
26
  random_seed = 0,
27
  diameter = 100.0,