-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FLUID models roadmap #8450
Comments
In #7561, we have discussed PaddlePaddle's 10 aspects in 2018. For models of FLUID, there are NLP,Speech and Image support:
|
I give some brief information on NLP support. We have a plan to first focus on some state-of-art models in neural machine translation task in NLP field.
|
Thank you for pointing particular NMT models. |
@qingqing01 @kuke Can you help to answer it? Thanks very much! |
About computer vision, what we are doing now are as follows:
|
@qingqing01 thank you for the list |
@mrysztow Both two networks are classic. This two are all needed. They have the same basic operators. |
@luotao1 is https://github.com/PaddlePaddle/Paddle/blob/develop/benchmark/fluid/machine_translation.py implementation of Conv seq2seq, mentioned earlier in this thread (#8450 (comment))? Or it is another seq2seq model? |
Thank you |
|
Feeds support : The mainly related operators are:
|
@luotao1
|
@mrysztow The priority list is OK now. |
Do you have a roadmap of introducing models to FLUID? We would like to align our plan of providing MKL-DNN OP kernels with model roadmap.
The text was updated successfully, but these errors were encountered: