d. nye commited on
Commit
021195d
·
1 Parent(s): c68dd81

Error with checkpoints

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -591,7 +591,7 @@ class InferenceWrapper:
591
  self.model = model
592
  self.style_gan = StyleGAN(start_res=START_RES, target_res=TARGET_RES)
593
  self.style_gan.grow_model(64)
594
- self.style_gan.load_weights(os.path.join("pretrained/checkpoints/stylegan_64x64.ckpt"))
595
  self.seed = -1
596
 
597
  def __call__(self, seed, feature):
 
591
  self.model = model
592
  self.style_gan = StyleGAN(start_res=START_RES, target_res=TARGET_RES)
593
  self.style_gan.grow_model(64)
594
+ self.style_gan.load_weights(os.path.join("pretrained/stylegan_128x128.ckpt"))
595
  self.seed = -1
596
 
597
  def __call__(self, seed, feature):