You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By the way, if you had to choose, would you prefer benchmarks on single operations (e.g., matrix-vector multiplication) or on higher level tasks, like NER and Question-Answering, etc?
Absolutely on low level tasks. I would expect people implementing their own high-level algorithms, and they would have their own benchmarks. That being said, golden standard for high-level tasks also useful, so that people will see if they are way off with their code. Thank you!
Did you guys compare this library for equivalent implementations in numpy, scipy, sklear, Pytorch, Tensorflow?
If GPU is not supported, you can try reporting CPU versions. AFAIK both Pytorch and Tensorflow have cpu modes for their tensor operations.
The text was updated successfully, but these errors were encountered: