dmlc / gluon-nlp

NLP made easy
https://nlp.gluon.ai/
Apache License 2.0
2.55k stars 538 forks source link

[Benchmark] Improve NLP Backbone Benchmark #1473

Open sxjscience opened 3 years ago

sxjscience commented 3 years ago

Description

In GluonNLP, we introduced the benchmarking script in https://github.com/dmlc/gluon-nlp/tree/master/scripts/benchmarks.

The goal is to track the training + inference latency of common NLP backbones so that we can choose the appropriate ones for our task. This will help users train + deploy models with AWS.

Currently, we covered:

I will share the following action items that I feel are worthwhile doing:

Short-term Bug-fix + Improvement

Automation + Visualization

Longer-term Backbone Benchmarking Effort

Other longer-term efforts

@dmlc/gluon-nlp-committers