Skip to content

Commit

Permalink
Make pad mask true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dibyaghosh committed Dec 7, 2023
1 parent 6e3d0ce commit c0dff44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def get_model_config(transformer_size):

return {
**get_transformer_kwargs(transformer_size),
"proper_pad_mask": False,
"proper_pad_mask": True,
"max_horizon": 10,
"readouts": dict(),
"heads": dict(
Expand Down

0 comments on commit c0dff44

Please sign in to comment.