Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IDEA] Chapter 17: More complete solution to Exercise 10 #89

Open
vaharoni opened this issue Jul 22, 2023 · 0 comments
Open

[IDEA] Chapter 17: More complete solution to Exercise 10 #89

vaharoni opened this issue Jul 22, 2023 · 0 comments

Comments

@vaharoni
Copy link

Exercise 10 of Chapter 17 seems very interesting and relevant. Unfortunately, I have been struggling with it for quite some time. I pretrained around 15 different autoencoders on 40K+ CIFAR-10 samples using a bunch of tricks from chapter 14 (while keeping them undercomplete), and many of them visually seem to properly reconstruct the images. However, when transferring the encoder's layers and weights, I was unable to materially outperform a rather naive convolutional network trained only on 500 sample without the encoder, and I utilized quite a few tricks from throughout the book.

As such, I would have loved to see a full solution to the exercise. Currently, the available solution only shows how to perform denoising, and skips the transfer learning part (as well as the part about visualizing "images that most activate each neuron in the coding layer" - I assume for testing that the encoder doesn't only enable reconstruction, but also learns useful latent representations which sounds very useful).

Thank you 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant