rwth-i6 / pytorch-to-returnn

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

meta infos #25

Closed vieting closed 3 years ago

vieting commented 3 years ago

I encountered some things like torch.jit.is_scripting(), torch.cuda.is_available() and self.training on a Module which I am currently just ignoring. What do you think about these?