• Partho's avatar
    Renamed variables from single letter to better naming (#449) · 58434879
    Partho authored
    * renamed variable names
    
    q -> query
    k -> key
    v -> value
    b -> batch
    c -> channel
    h -> height
    w -> weight
    
    * rename variable names
    
    missed some in the initial commit
    
    * renamed more variable names
    
    As per  code review suggestions, renamed x -> hidden_states and x_in -> residual
    
    * fixed minor typo
    58434879
attention.py 13.6 KB