annotate __init__.py @ 99:a8da709eb6a9

in ArrayDataSet.__init__ if a columns is an index, we change it to be a list that containt only this index. This way, we remove the special case where the columns is an index for all subsequent call. This was possing trouble with numpy.vstack() called by MinibatchWrapAroundIterator.next
author Frederic Bastien <bastienf@iro.umontreal.ca>
date Tue, 06 May 2008 13:57:36 -0400
parents 2508c373cf29
children 2be51c13b55f
rev   line source
35
2508c373cf29 bug fix for reading byte matrices
bergstrj@iro.umontreal.ca
parents: 25
diff changeset
1 import filetensor
2508c373cf29 bug fix for reading byte matrices
bergstrj@iro.umontreal.ca
parents: 25
diff changeset
2 import nnet_ops