From 93d62cb1595eb88500814fe4c020608c37c86d24 Mon Sep 17 00:00:00 2001 From: adamhrv Date: Thu, 28 Feb 2019 23:54:00 +0100 Subject: update --- notes/frameworks/progress_gan.md | 5 +++++ notes/utils/image_utils.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'notes') 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
– Official TensorFlow implementation of the ICLR 2018 paper ### 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 -- cgit v1.2.3-70-g09d2