rwth-i6 / pytorch-to-returnn

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

fix for tuples with non-hashable entries #133

Closed vieting closed 1 year ago

vieting commented 1 year ago

I had an issue with tuples that contain non-hashable entries, therefore I modified the check in wrap() to check if all entries are also hashable.

vieting commented 1 year ago

The failing tests are the ones from #125.