rycolab / uid-decoding

40 stars 6 forks source link

Slow decoding speed #3

Closed ElliottYan closed 3 years ago

ElliottYan commented 3 years ago

Hi, Thanks for sharing your codes. I recently tested your codes following the scripts you provided, and find the decoding speed is quite slow. After checking the codes, I find you don't use any batching scheme in your decoding implementation.

I am wondering if you plan to add batching to your codes (which would speed up decoding drastically), or there's some limitation in SGNMT to use batching?