nicholas-leonard / dp

A deep learning library for streamlining research and development using the Torch7 distribution.
Other
343 stars 140 forks source link

target_dim parameter added to confusion module, to specify target index in the label vector #172

Closed dineshj1 closed 8 years ago

dineshj1 commented 8 years ago

This is follow-up on issue 163: https://github.com/nicholas-leonard/dp/issues/163

Implemented for confusion feedback alone for the moment.

nicholas-leonard commented 8 years ago

Thanks!