Performance Comparisons #3095
Replies: 1 comment
-
Other frameworks? My old laptop can only use CPU on PyTorch and it takes around 30 minutes for 50 epochs of LSTM with 1000 rows of time-series data. Meanwhile, burn with ndarray backend can manage to achieve 1 minute on modern-lstm example. That's only with a single core (I have no idea how to enable multi core). However, when I enabled Vulkan, it became 4x slower than ndarray (4 minutes). Then, I checked ![]() From there, I noticed that the CPU load is 138% whereas GPU only 66%. I suspect there is either too many |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How does Burn compare to other frameworks in your experience?
Beta Was this translation helpful? Give feedback.
All reactions