There was an error while loading. Please reload this page.
1 parent 1dc1238 commit 1ab0661Copy full SHA for 1ab0661
1 file changed
tensorflow_gnn/models/multi_head_attention/layers.py
@@ -262,7 +262,7 @@ def __init__(
262
self._score_scaling = score_scaling
263
self._transform_values_after_pooling = transform_values_after_pooling
264
265
- # The creation of queries transfomations is deferred to the first call of
+ # The creation of queries transformations is deferred to the first call of
266
# `Convolve()` (see there).
267
self._w_query = None
268
0 commit comments