Commit 03064396 by xiaotong

comment

parent bd37527b
......@@ -216,6 +216,9 @@ void T2TTrainer::Train(const char * fn, const char * validFN, const char * model
if (output.GetDim(0) > 1)
PadOutput(&output, &gold, &padding);
//output.Dump(tmpFILE, "output: ");
//fflush(tmpFILE);
/* get probabilities */
float prob = GetProb(&output, &gold, NULL);
DTYPE lossLocal = -prob / wc;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论