koraykv / unsup

Some unsupervised learning modules using Torch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Argument documentation doesn't match arguments

daviddoria opened this issue · comments

In these files:

https://github.com/koraykv/unsup/blob/master/SpatialConvFistaL1.lua
https://github.com/koraykv/unsup/blob/master/ConvPsd.lua

the documentation has 'inputFeatures' and 'outputFeatures', but these are not arguments to the function. The function also has the argument 'conntable', which is not described.

contable is a connection table that is fed into nn.SpatialConvolutionMap (https://github.com/torch/DEPRECEATED-torch7-distro/blob/master/extra/nn/SpatialConvolutionMap.lua). There are examples and functions in 'nn' to create these tables.

The documentation in these files was not changed - shouldn't the issue stay open until it is?

just did. thanks.