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
Thank you for your RNN benchmarking work! Hidden size is somewhat arbitrary, so there is virtually no reason (other than being really tight on memory) to make it, say, 500 instead of 512. Underlying gemms in RNNs/LSTM's usually have better efficiency with power-of-two sizes. It would be good to have benchmarks for hidden sizes 128, 512, 1024. Also, pretty often people use bigger mini-batches than 20, so benchmarking batches of 32/64 also make sense.
The text was updated successfully, but these errors were encountered:
Thank you for your RNN benchmarking work! Hidden size is somewhat arbitrary, so there is virtually no reason (other than being really tight on memory) to make it, say, 500 instead of 512. Underlying gemms in RNNs/LSTM's usually have better efficiency with power-of-two sizes. It would be good to have benchmarks for hidden sizes 128, 512, 1024. Also, pretty often people use bigger mini-batches than 20, so benchmarking batches of 32/64 also make sense.
The text was updated successfully, but these errors were encountered: