Created by: MrChengmo
-
修复了
dataloader
训练阶段会多次build compile program
的性能问题 -
修复了
save_interavl
的设置不能正确生效的问题 -
现在
engine=infer
时,如果给定了多个epochs,会有相应的Warning -
现在支持指定
init_model_path
为increment
大目录,进行多个epoch保存的模型的infer -
修复fasttext config配置错误
-
修复gnn reader不支持PY3
-
修复afm组网错误
-
修复dssm reader不支持PY3