From 5c0bb36e7f140dd7919733d6d0ca365b8466ea80 Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Thu, 12 Jan 2023 16:52:32 +0100 Subject: [PATCH] update notes --- Stylegan3.ipynb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Stylegan3.ipynb b/Stylegan3.ipynb index 83edc81..b51b530 100644 --- a/Stylegan3.ipynb +++ b/Stylegan3.ipynb @@ -13,13 +13,12 @@ "\n", "## To do\n", "\n", - "* Way to explore/browse dataset\n", "* ~~Interpolate images using their w~~\n", "* ~~Generate images with different w~~\n", - "* find directions for particular categories (see [Learn Directions](https://towardsdatascience.com/stylegan-v2-notes-on-training-and-latent-space-exploration-e51cf96584b3) )\n", + "* ~~find directions for particular categories (see [Learn Directions](https://towardsdatascience.com/stylegan-v2-notes-on-training-and-latent-space-exploration-e51cf96584b3) )~~\n", " * do this for rue/avenue/boulevard, and arrondisement\n", - " * run PCA on the points and colour them by category (arrondisement/street type)\n", - " * try t-SNE instead of PCA\n", + " * ~~run PCA on the points and colour them by category (arrondisement/street type)~~\n", + " * ~~try t-SNE instead of PCA~~\n", "* Examine more hyperparams in `train.py`" ] },