Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kashif committed Oct 17, 2023
1 parent 5ea1e2d commit 7f55e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gluonts/torch/model/i_transformer/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def forward(
self.d_model // self.nhead,
)

# transpose to variate first
# transpose to prediction length first
projection_out_transpose = projection_out.transpose(1, 2)

# project to distribution arguments
Expand Down

0 comments on commit 7f55e5e

Please sign in to comment.