CNTK/Source/ActionsLib
Frank Seide 7f7fce4c6e RNN.cntk "write" example now writes out the log sentence probabilities, which is more useful, e.g. for N-best rescoring;
bug fix: SimpleOutputWriter must handle no-MBLayout case;
bug fix to LaunchUnaryTensorOp(), must free the CUDA event or else leak memory--thanks to Yu Zhang for tracking it down!
2016-02-29 18:16:55 -08:00
..
Actions.h Adds code for exporting model to DBN (legacy) format. 2016-02-17 10:18:11 +01:00
ActionsLib.vcxproj .vcxproj: let intermediate output go into a common directory 2016-02-10 09:10:07 +01:00
ActionsLib.vcxproj.filters made everything build again after deleting the unused MultiNetworks functions, incl. deleting related entries in SimpleNetworkBuilder; 2016-01-22 09:13:52 -08:00
EvalActions.cpp removed template parameter ElemType from (I)DataReader and (I)DataWriter 2016-02-28 19:01:07 -08:00
OtherActions.cpp RNN.cntk "write" example now writes out the log sentence probabilities, which is more useful, e.g. for N-best rescoring; 2016-02-29 18:16:55 -08:00
SpecialPurposeActions.cpp Adds code for exporting model to DBN (legacy) format. 2016-02-17 10:18:11 +01:00
TrainActions.cpp removed template parameter ElemType from (I)DataReader and (I)DataWriter 2016-02-28 19:01:07 -08:00