rwth-i6 / pytorch-to-returnn

Make PyTorch code runnable within RETURNN
3 stars 6 forks source link

enable forward with kwargs #21

Closed vieting closed 3 years ago

vieting commented 3 years ago

Currently, Module.forward is not supported when using kwargs as shown in the test cast. This draft PR is meant to fix this.