gangchill / nip-convnet

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

std::bad_alloc when using pooling_type other than 'strided_conv' #9

Open maxkohlbrenner opened 7 years ago

maxkohlbrenner commented 7 years ago

When setting pooling_type to None or max_pooling, we get a std::bad_alloc error in the first training iteration. This occured after adding the possibility to use strided convolutions instead of max pooling. Training now works with strided convolutions but the origin of the error is unknown. Before adding the strided conovlutions, max_pooling worked.