Skip to content
Snippets Groups Projects
Commit c5b1f60c authored by Moritz Ibing's avatar Moritz Ibing
Browse files

small bugfix in CompositeHeadAutoregressiveA

parent 3ad55192
No related branches found
No related tags found
No related merge requests found
......@@ -166,7 +166,8 @@ class CompositeHeadAutoregressiveA(CompositeHeadA):
resolution: Spatial resolution of sequence encoding.
spatial_dim: Spatial dimension (2D/3D) of the sequence data.
"""
super(CompositeHeadAutoregressiveA, self).__init__()
super(CompositeHeadAutoregressiveA, self).__init__(spatial_encoding, num_vocab, embed_dim, resolution,
spatial_dim, **_)
kwargs = {
"spatial_encoding": spatial_encoding,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment