PaddlePaddle / Paddle

PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)
http://www.paddlepaddle.org/
Apache License 2.0
22.17k stars 5.56k forks source link

06.understand_sentiment performance comparison with V2 #6650

Closed dzhwinter closed 6 years ago

dzhwinter commented 6 years ago

understand_sentiment has three implementations in Fluid, based on cnn model, static_rnn, dynamic_rnn. It has two implementations in V2. We only need to compare the static_rnn one with V2.

dzhwinter commented 6 years ago

The benchmark job has been done.