forked from tangger/lerobot
Docs(fix): corrects minor mix-ups encoder/decoder (#2231)
This commit is contained in:
@@ -626,8 +626,8 @@ class ACTDecoderLayer(nn.Module):
|
|||||||
x: (Decoder Sequence, Batch, Channel) tensor of input tokens.
|
x: (Decoder Sequence, Batch, Channel) tensor of input tokens.
|
||||||
encoder_out: (Encoder Sequence, B, C) output features from the last layer of the encoder we are
|
encoder_out: (Encoder Sequence, B, C) output features from the last layer of the encoder we are
|
||||||
cross-attending with.
|
cross-attending with.
|
||||||
decoder_pos_embed: (ES, 1, C) positional embedding for keys (from the encoder).
|
encoder_pos_embed: (ES, 1, C) positional embedding for keys (from the encoder).
|
||||||
encoder_pos_embed: (DS, 1, C) Positional_embedding for the queries (from the decoder).
|
decoder_pos_embed: (DS, 1, C) positional embedding for the queries (from the decoder).
|
||||||
Returns:
|
Returns:
|
||||||
(DS, B, C) tensor of decoder output features.
|
(DS, B, C) tensor of decoder output features.
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user