diff options
Diffstat (limited to 'notes')
| -rw-r--r-- | notes/frameworks/progress_gan.md | 5 | ||||
| -rw-r--r-- | notes/utils/image_utils.md | 2 |
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 |
