amansrivastava17/embedding-as-service

Performance issue in the difinition of get_cache_fn, server/embedding_as_service/text/xlnet/models/train.py(P1)

Closed this issue · 1 comments

Hello, I found a performance issue in the definition of get_cache_fn, server/embedding_as_service/text/xlnet/models/train.py, tf.zeros will be created repeatedly during program execution, resulting in reduced efficiency. I think it should be created before the loop in cache_fn.

Looking forward to your reply. Btw, I am very glad to create a PR to fix it if you are too busy.

Hi DLperf,
Thank you for pointing the issue, will be glad if you can create a PR. Will be happy to review.