summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradamhrv <adam@ahprojects.com>2019-02-28 23:54:00 +0100
committeradamhrv <adam@ahprojects.com>2019-02-28 23:54:00 +0100
commit93d62cb1595eb88500814fe4c020608c37c86d24 (patch)
tree5bf75e0c50f2b034fb82b0a635899ee1c59f01bb
parent7029464c44fa2c061239af95dfd14249cb248dba (diff)
update
-rw-r--r--notes/frameworks/progress_gan.md5
-rw-r--r--notes/utils/image_utils.md2
2 files changed, 6 insertions, 1 deletions
diff --git a/notes/frameworks/progress_gan.md b/notes/frameworks/progress_gan.md
index 580052a3..6017dfc4 100644
--- a/notes/frameworks/progress_gan.md
+++ b/notes/frameworks/progress_gan.md
@@ -1,5 +1,10 @@
# Progressive GAN
+# Vast.ai
+
+- Works with CUDA 9
+- tensorflow 1.8.0
+
Progressive Growing of GANs for Improved Quality, Stability, and Variation<br><i>– Official TensorFlow implementation of the ICLR 2018 paper</i>
### Start new training
diff --git a/notes/utils/image_utils.md b/notes/utils/image_utils.md
index d8a466f9..598ecb15 100644
--- a/notes/utils/image_utils.md
+++ b/notes/utils/image_utils.md
@@ -114,7 +114,7 @@ Get the size of a PSD
Convert all images to RGB
-`mogrify -resize 256x256! -colorspace sRGB -type truecolor /data_store_hdd/datasets/people/lfw/progan/faces_256_full/*.jpg`
+`mogrify -resize 256x256! -colorspace sRGB -type truecolor lfw_jpgs/*.jpg`
## Animate GIFs