Skip to content

Commit

Permalink
add kwargs to post_process_samples
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Eduardo Mercado Lopez committed Jul 12, 2023
1 parent 6524fec commit 59a49fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gluonts/mx/model/deepvar/_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ def predict_hybrid_forward(
begin_states=state,
)

def post_process_samples(self, samples: Tensor) -> Tensor:
def post_process_samples(self, samples: Tensor, **kwargs) -> Tensor:
"""
Method to enforce domain-specific constraints on the generated samples.
Expand Down

0 comments on commit 59a49fe

Please sign in to comment.