rwth-i6 / pytorch-to-returnn

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

Add more tensor ops #11

Closed vieting closed 3 years ago

vieting commented 3 years ago

Add more tensor ops, namely tensor.flatten() and tensor.resize() (currently really minimal).

vieting commented 3 years ago

Also added tensor.int()