Associate an id with a prediction - wolfma61/CNTK GitHub Wiki
Assuming you have an input called Id (which contains a unique numeric id for each example) in your file you can do
predictionWithId = Splice(prediction:Id)
Assuming you have an input called Id (which contains a unique numeric id for each example) in your file you can do
predictionWithId = Splice(prediction:Id)