arghosh / AKT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dropout in attention function

kwonmha opened this issue · comments

I saw scores = dropout(scores) in line 331 of akt.py
This is the first time I see dropout applied to attention weight.
Any reference or reason for this?