gangchill / nip-convnet

Convolutional Autoencoder implemented in Tensorflow
Apache License 2.0
2 stars 3 forks source link

Transfer Encoding Weights from Autoencoder to CNN #5

Closed maxkohlbrenner closed 7 years ago

maxkohlbrenner commented 7 years ago

Implement a function in the convolutional autoencoder that stores the learned encoding weights and a function in the simple CNN that loads these encoding weights and uses them to initialize its own convolutional layers

maxkohlbrenner commented 7 years ago

Added to function stubs in simple_cnn.py and convolutional_autoencoder.py (store_encoding_weights, load_encoding_weights, marked with TODO)

Following steps are: