pytorch / vision

Datasets, Transforms and Models specific to Computer Vision
https://pytorch.org/vision
BSD 3-Clause "New" or "Revised" License
16.15k stars 6.94k forks source link

Building Autoencoders #2882

Closed seyeeet closed 3 years ago

seyeeet commented 4 years ago

📚 Documentation

can we have a toturial like this in pytorch https://blog.keras.io/building-autoencoders-in-keras.html

zhangguanheng66 commented 4 years ago

Transfer the issue here since this repo is more relevant.

seyeeet commented 4 years ago

just curious what kinda help is needed?

vfdev-5 commented 4 years ago

@seyeeet which part of keras blog post you think to have as tutorial in pytorch ?

seyeeet commented 4 years ago

The whole page is useful, but I am specifically more interested in the representation parts and visualizations, I think there is already a lot of repos that cover the VAE part, but the visualization and representation (toward the end) can be really useful to have.

vfdev-5 commented 3 years ago

@seyeeet there is also a tutorial on visualization with TensorBoard : https://pytorch.org/tutorials/intermediate/tensorboard_tutorial.html Is it something like that you'd like to see ?

seyeeet commented 3 years ago

not really, the tsne part was my main focus tbh and how to change the parameters in vae to visualize the different latent space in the vae.

seyeeet commented 3 years ago

I am going to close this issue, I found that I can combine a vae code with the explanation that is provided here. if you decide to do it for educational purposes that is great and I am happy to help. thanks