snuspl / dolphin

14 stars 2 forks source link

Support 3D input data (2D images with RGB channels) #172

Closed beomyeol closed 8 years ago

beomyeol commented 8 years ago

The pull request #169 implements pooling layers for dophin-dnn. It supports only 2D input data. Even though this works well for MNIST dataset that consists of grayscale images, it doesn't handle RGB image datasets such as CIFAR-10 and ImageNet datasets. We should makePoolingLayer` support 3D input data (e.g. 2D image inputs with RGB channels)

beomyeol commented 8 years ago

Closed via #175.