Cifar-Autoencoder
Cifar-Autoencoder copied to clipboard
Fully Connected Layer
trafficstars
Thanks for the nice repository!
- Have you tried a combination of multiple convolutional layers followed by a fully-connected layer with a decoder mirror of that?
- I have observed that you have mentioned about performance hurt due to fully connected layer. But does the combination of the two (fully-connected and convolutional layers) work?
Thanks
just wanted to follow up on this! Ive tried some fc layers and I notice complete underfitting of my data on cifar10. However a simple model with mainly conv layers produces instantly good results. Quite strange wouldn't you guys agree?!