Skip to content

Bug: TypeError: 'dict' object is not callable #786

@geneing

Description

@geneing

There's a bug in this line TypeError: 'dict' object is not callable:

sequence_dtype = ONNX_DTYPES_TO_TF_DTYPES(graph_node.attrs.get('dtype', 1)) # Float32

However, ONNX_DTYPES_TO_TF_DTYPES is a dict. Probably just changing brackets to [] would fix it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions