rwth-i6 / pytorch-to-returnn

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

new zeros with dynamic axes #70

Closed vieting closed 2 years ago

vieting commented 2 years ago

tensor.new_zeros() currently only works for static dims, see the test case in #69.