Cifar-Autoencoder icon indicating copy to clipboard operation
Cifar-Autoencoder copied to clipboard

Fully Connected Layer

Open 07Agarg opened this issue 5 years ago • 1 comments
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

07Agarg avatar Oct 10 '20 02:10 07Agarg

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?!

bdytx5 avatar Aug 30 '23 20:08 bdytx5