Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Model Ensembles #5

Open
dennybritz opened this issue Mar 3, 2017 · 1 comment
Open

Model Ensembles #5

dennybritz opened this issue Mar 3, 2017 · 1 comment

Comments

@dennybritz
Copy link
Contributor

What is the best way to implement model ensembling per time step in Tensorflow? Models are ensembled by averaging the output probabilities at each decoding step. Is there a way to do this using raw_rnn?

@WolfNiu
Copy link

WolfNiu commented Jul 8, 2017

Second that. I need the same feature too. Right now I couldn't figure out a way more elegant than just using vanilla tf.while_loop() to achieve the ensemble.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants