Skip to content

Commit

Permalink
Comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vinamarora8 committed Nov 28, 2024
1 parent 69230b9 commit d0fcf3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch_brain/models/poyo.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def forward(
output_session_index: TensorType["batch", "n_out", int],
output_timestamps: TensorType["batch", "n_out", float],
) -> TensorType["batch", "n_out", "dim_out", float]:
"""Forward pass of the POYO+ model.
"""Forward pass of the POYO model.
The model processes input spike sequences through its encoder-processor-decoder
architecture to generate task-specific predictions.
Expand Down

0 comments on commit d0fcf3e

Please sign in to comment.