Skip to content

Commit 59a4c4b

Browse files
committed
Fix docstrings
1 parent c82966d commit 59a4c4b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/auto_cast/decoders/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def decode(self, z: TensorBMStarL) -> TensorBTSPlusC:
2222
2323
Parameters
2424
----------
25-
z: TensorBMultiL
25+
z: TensorBMStarL
2626
Latent tensor to be decoded.
2727
2828
Returns

src/auto_cast/encoders/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def encode(self, batch: Batch) -> TensorBMStarL:
3030
3131
Returns
3232
-------
33-
TensorBMultiL
33+
TensorBMStarL
3434
Encoded tensor in the latent space with shape (B, *, C_latent).
3535
"""
3636

0 commit comments

Comments
 (0)