blocks-examples
blocks-examples copied to clipboard
Example of using the trained model
Most of example in this repo only explain how to train a model. I think it would be also helpful to show how to make predictions in some of them, at least in the basic MNIST one.
@rizar this is an issue for machine translation example as well, which requires sampling/translating features by using a trained model. People are asking me about a script to do that, is there anyone working on this ticket for machine translation now? if not, i can make a PR by changing my translation scripts a bit
I think it would be definitely great if machine translation demo was able to actually translate, that is use beam search to find the most likely candidate. Honestly, I thought it is already able to do so :)
Maybe somebody can provide some links to already trained models for machine translation? I'm doing research in this field and I'd appreciate any help.
Hi is there any update on creating an example for translating speech?