PetaVision / OpenPV

PetaVision is a C++ library for designing and deploying large-scale neurally-inspired computational models.
http://petavision.github.io
Eclipse Public License 1.0
40 stars 13 forks source link

PoolingDelivery verifies that pre->nf == post->nf #274

Closed peteschultz closed 5 years ago

peteschultz commented 5 years ago

This pull request adds a check to PoolingDelivery and TransposePoolingDelivery, to ensure that the pre and post layers have the same number of features.