Neuroglycerin / neukrill-net-tools

Tools coded as part of the NDSB competition.
MIT License
0 stars 0 forks source link

DenseDesignMatrix inheritance #53

Closed gngdb closed 9 years ago

gngdb commented 9 years ago

Class inheriting the DenseDesignMatrix from pylearn2 to load data. Change initialisation to load the data using our settings.json and then run the original initialisation.

gngdb commented 9 years ago

Used super, seems to work.