Closed vieting closed 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.
verify_torch_and_convert_to_returnn
validate_allclose_kwargs
Naming
Converter
verify_torch_and_convert_to_returnn
is the main entry point for the converter, however, it is not possible to set thevalidate_allclose_kwargs
used inNaming
from there. I added an option inConverter
to allow this.