Skip to content

Conflicting Namespaces in TensorFlow Lite Libraries #43

@topherbuckley

Description

@topherbuckley

Message: Namespace org.tensorflow.lite is used in both tensorflow-lite-gpu:2.9.0 and tensorflow-lite-api:2.8.0.
Fix: Use the same version for all TensorFlow Lite libraries.
Change in build.gradle:

implementation 'org.tensorflow:tensorflow-lite-api:2.8.0'

should become:

implementation 'org.tensorflow:tensorflow-lite-api:2.9.0'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions