End-To-End-Generative-Dialogue icon indicating copy to clipboard operation
End-To-End-Generative-Dialogue copied to clipboard

A neural conversation model

Results 2 End-To-End-Generative-Dialogue issues
Sort by recently updated
recently updated
newest added

rzai@rzai00:~/prj/End-To-End-Generative-Dialogue/src$ CUDA_VISIBLE_DEVICES=0 th train.lua -data_file data/conv-train.hdf5 -val_data_file data/conv-val.hdf5 -save_file conv-model -gpuid 1 nil Using CUDA on GPU 1... Loading data... Source vocab size: 10005, Target vocab size: 10005 Source max...

Hi. I'm parsing through your code and I'm trying to figure out where you are using MMI (maximum mutual information) criterion. Could you please point that out? Thanks