rwth-i6 / pytorch-to-returnn

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

allow setting Naming.validate_allclose_kwargs #121

Closed vieting closed 2 years ago

vieting commented 2 years ago

verify_torch_and_convert_to_returnn is the main entry point for the converter, however, it is not possible to set the validate_allclose_kwargs used in Naming from there. I added an option in Converter to allow this.