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
{{ message }}
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.
Batch_size 32 is too small and not efficient. For a GPU with 8GB RAM, batch_size 256 is OK. A speedup observed going from 64 to 256 on this model was 2.55x. Note that even for smaller batch sizes CuDNNGRU (#2) is more efficient than ordinary GRU.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Batch_size 32 is too small and not efficient. For a GPU with 8GB RAM, batch_size 256 is OK. A speedup observed going from 64 to 256 on this model was 2.55x. Note that even for smaller batch sizes
CuDNNGRU
(#2) is more efficient than ordinaryGRU
.The text was updated successfully, but these errors were encountered: