diff --git a/data.py b/data.py index bcddf63..145b1c0 100644 --- a/data.py +++ b/data.py @@ -1,5 +1,5 @@ # ----------------------------------------------------------- -# Position Focused Attention Network implementation based on +# Position Focused Attention Network (PFAN) implementation based on # another network Stacked Cross Attention Network (https://arxiv.org/abs/1803.08024) # the code of SCAN: https://github.com/kuanghuei/SCAN # ---------------------------------------------------------------