casperkaae / parmesan

Variational and semi-supervised neural network toppings for Lasagne
Other
208 stars 31 forks source link

fix datasetloader and confmat #30

Closed casperkaae closed 8 years ago

casperkaae commented 8 years ago

1) Moves import of nonstandard packages to local functions in dataset-loaders, #29 2) Changes interface to the ConfusionMatrix.batchadd to be consistent with cost functions and fixes the ladder example accordingly

Does this look ok?