-
### What?
When I compile the YAMNet TFLite model to a circle format and run one-optimize, the model is compiled, but the optimization process fails. As a result, I get yamnet.circle but not yamnet.op…
-
## Problem
After `SubstitutePackToReshapePass`, `Reshape`'s `dtype` is unknown.
```
CircleNode Pack(dtype: S32) CircleNode Reshape(dtype: unkown)
\ / ---> \ …
-
Hi
I am trying to use the yamnet tflite model from: "/kaggle/input/yamnet/tflite/tflite/1/1.tflite", to take in a 500 ms sound clip and extract embeddings and spectrogram.
I can load the model …
-
* related: https://github.com/Samsung/ONE/issues/13790
* related(maybe..?): https://github.com/Samsung/ONE/issues/14074
Currently, we are working on enabling Yamnet to support dynamic shape infere…
-
download the YAMNet model from https://tfhub.dev/google/lite-model/yamnet/classification/tflite/1
-
@falibabaei
i managed to train a model by setting 3 classes and using one hot encoding on the targets.
![image](https://github.com/user-attachments/assets/35a44a5e-8f40-46a8-9732-d09b70ad9360)
…
-
## What
Let's support Shape Inference for determined by input data
## Why
There are some operations(ex. `Reshape`, `Pad`) which determine output shape by input tensor data.
Current `ShapeInfer…
-
Google recently released [YAMNet](https://github.com/tensorflow/models/tree/master/research/audioset/yamnet). This could be a good alternative to VGGish for our sound classifier. It [**seems** to even…
-
Hi,
Can you use this library to run google's yamnet tflite version model (used this one https://tfhub.dev/google/lite-model/yamnet/classification/tflite/1)? when i am trying to use i am getting gen…
-
In the file 'torch_audioset/data/torch_input_processing.py', I only find function called 'VGGishLogMelSpectrogram'. But I can't find the way to process audio feature for yamnet. Can you can give me an…