Joe Yue-Hei Ng

Results 3 issues of Joe Yue-Hei Ng

When loading graysacle images by accimage.Image('a.jpg'), it outputs 3 channels images instead of 1. Any plan to fix it? Thanks.

The following code reproduce the error: ``` lua local Dataset = require 'dataset.Dataset' local opt = lapp[[ Got stuck in torch-dataset with batchSize == 128 (options) --batchSize (default 128) how...

Shouldn't dropout be put after the Linear layer instead of before? https://github.com/soumith/imagenet-multiGPU.torch/blob/master/models/alexnet.lua#L31