clab / dynet

DyNet: The Dynamic Neural Network Toolkit
Apache License 2.0
3.42k stars 705 forks source link

Profiling against other toolkits #1293

Open neubig opened 6 years ago

neubig commented 6 years ago

Currently we have the DyNet benchmarks repository that needs to be updated:

https://github.com/neulab/dynet-benchmark

Specifically, we should (1) make it automated so we can run all the tests easily, (2) add a few of the competitive examples cited here, (3) document things, (4) try to expand the coverage of toolkits to at least PyTorch, maybe others: https://github.com/clab/dynet/issues/1284

danielhers commented 6 years ago

My PR neulab/dynet-benchmark#14 fixes a problem with the test automation.