update notes

This commit is contained in:
Ruben van de Ven 2023-01-12 16:52:32 +01:00
parent 743c7d548f
commit 5c0bb36e7f
1 changed files with 3 additions and 4 deletions

View File

@ -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`"
]
},