Skip to content

TFLiteConverter.from_session() error #23651

@nickaein-a

Description

@nickaein-a

Some of the operators in the model are not supported by the standard TensorFlow Lite runtime and are not recognized by TensorFlow. If you have a custom implementation for them you can disable this error with --allow_custom_ops, or by setting allow_custom_ops=True when calling tf.lite.TFLiteConverter(). Here is a list of builtin operators you are using: ADD, DIV, FLOOR, FULLY_CONNECTED, MUL. Here is a list of operators for which you will need custom implementations: RandomUniform.

Metadata

Metadata

Assignees

No one assigned

    Labels

    comp:liteTF Lite related issues

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions