Tencent/TurboTransformers

Refactor MultiheadAttention and other Layers

Open

#140 opened on Jul 22, 2020

 (0 comments) (0 reactions) (0 assignees)C++ (206 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (1,546 stars)
PR merge metrics
 (PR metrics pending)

Description

Now the logic inside MultiheadAttention Layer is too complex for development. Moreover, some bugs exist in intermediate management. It is the first priority to rewrite these codes to make others easily understand what Turbo is doing.

Contributor guide