There's a bug in this line TypeError: 'dict' object is not callable: https://github.com/PINTO0309/onnx2tf/blob/2bff6c8bd0806785d1224110d11981451589e215/onnx2tf/ops/SequenceEmpty.py#L33 However, ONNX_DTYPES_TO_TF_DTYPES is a dict. Probably just changing brackets to [] would fix it.