googlecodelabs / odml-pathways

Apache License 2.0
47 stars 32 forks source link

Error occurred when initializing AudioClassifier: Input tensor 0 is missing TensorMetadata #18

Open Sergiubrk opened 2 years ago

Sergiubrk commented 2 years ago

Expected Behavior

To run after all steps done

Actual Behavior

Is crashing Error occurred when initializing AudioClassifier: Input tensor 0 is missing TensorMetadata

Steps to Reproduce the Problem

  1. To update AudioClassifier 1.Changing the tflite model

Specifications

demsking commented 1 year ago

I have the same issue after updating YAMNET model with Transfer Learning (https://www.tensorflow.org/tutorials/audio/transfer_learning_audio).

How to add metadata to the tslite model?