tensorflow / nmt

TensorFlow Neural Machine Translation Tutorial
Apache License 2.0
6.38k stars 1.96k forks source link

about model ensemble #248

Open hugddygff opened 6 years ago

hugddygff commented 6 years ago

The options of decoder does not have the usage of model ensemble .

Does someone implement it ?

And can you share the code or the experience to implement it?

Thanks!

2017develper commented 6 years ago
W_0 = utils.weight_variable([FLAGS.z_dim, 64 * GEN_DIMENSION / 2 * IMAGE_SIZE / 16 * IMAGE_SIZE / 16],

NameError: name 'utils' is not defined

lmthang commented 6 years ago

It would be great if someone can add this ensembling feature :)