Commit 98ac897b by xiaotong

remove temp dumping

parent 63e2cfa7
......@@ -98,7 +98,7 @@ XTensor AttEncoder::Make(XTensor &input, XTensor &mask, bool isTraining)
x = embedder.Make(input);
x.Dump(tmpFILE, "embedding: ");
//x.Dump(tmpFILE, "embedding: ");
/* dropout */
if(isTraining && dropoutP > 0)
......
......@@ -689,7 +689,6 @@ void T2TTrainer::Shuffle(const char * srcFile, const char * tgtFile)
ShowNTErrors("Cannot shuffle the file on WINDOWS systems!");
#endif
delete[] line;
}
/*
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论