rwth-i6 / pytorch-to-returnn

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

fix direct_returnn_layer_call() for multiple bases #131

Open vieting opened 1 year ago

vieting commented 1 year ago

We introduced the direct_returnn_layer_call() method in #129. I extended it a bit so it can handle modules with multiple bases.

vieting commented 1 year ago

The failing tests are the ones from #125.