Skip to content

Commit ea9fed4

Browse files
authored
Merge pull request #10 from matlab-deep-learning/fix_typo
fix typo, closes #9
2 parents df13769 + 22ad842 commit ea9fed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

+transformer/+layer/attention.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
% hyper-parameter.
2929
%
3030
% Outputs:
31-
% Z - A (numFeatures*numHeads)-by-numInputSubwords-by-numObs
31+
% A - A (numFeatures*numHeads)-by-numInputSubwords-by-numObs
3232
% output array.
3333
% present - A numFeatures-by-numAllSubwords-by-numHeads-by-numObs-by-2
3434
% array. This contains the 'keys' and 'values' that

0 commit comments

Comments
 (0)