rwth-i6 / pytorch-to-returnn

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

make scope for separate sessions #49

Closed vieting closed 3 years ago

vieting commented 3 years ago

In #43, there is a failing test case because one test accesses the variable with the same name but a different shape of another test. This PR fixes this by using separate sessions with separate graphs as done in the RETURNN tests.