d. nye
commited on
Commit
·
28f8e40
1
Parent(s):
021195d
Error with pretrained/checkpoints
Browse files
app.py
CHANGED
@@ -572,7 +572,7 @@ weights_path = keras.utils.get_file(
|
|
572 |
|
573 |
print("Pretrained:")
|
574 |
print(os.listdir(os.path.join("pretrained")))
|
575 |
-
print(os.listdir(os.path.join("pretrained/checkpoints")))
|
576 |
|
577 |
# style_gan.grow_model(128)
|
578 |
# style_gan.load_weights(os.path.join("pretrained/stylegan_128x128.ckpt"))
|
|
|
572 |
|
573 |
print("Pretrained:")
|
574 |
print(os.listdir(os.path.join("pretrained")))
|
575 |
+
# print(os.listdir(os.path.join("pretrained/checkpoints")))
|
576 |
|
577 |
# style_gan.grow_model(128)
|
578 |
# style_gan.load_weights(os.path.join("pretrained/stylegan_128x128.ckpt"))
|