-
I am a first learner of YAMNet and VGGish.
When I use YAMNet/inference.py to predict different audios, I find out that all duration of audios(larger than 975ms) can be computed into features and …
-
# Prerequisites
- [v] I am using the latest TensorFlow Model Garden release and TensorFlow 2.
- [v] I am reporting the issue to the correct repository. (Model Garden official or research directory…
-
tensorflow provide 3 type yamnet for computer , js , lite,but not for microprocessor,can you provide yamnet model for microprocees?
-
```
version: 1
image: runicos/base
pipeline:
audio:
capability: SOUND
outputs:
- type: F32
dimensions: [1,16000]
args:
hz: 16000
sample_duration_ms…
-
With latest Pytorch version:
######## CONFIG ################
cffi==1.14.6
cycler==0.10.0
kiwisolver==1.3.1
matplotlib==3.4.2
numpy==1.21.1
Pillow==8.3.1
pycparser==2.20
pyparsing==2.4.7
pyt…
-
Hello!
I'm trying to load a pretrained model, yamnet (source: https://tfhub.dev/google/yamnet/1)
As a .pb file downloads, with the assets/ and variables/ folders, i proceeded to follow
https://…
-
YAMNet model outputs the confidence array from the model but fails when attempting to use the most_confident & label processing blocks.
**Runefile**
```yaml
version: "1"
image: runicos/base
pip…
-
@Mi1ind has run into several issues where we can't use a particular TensorFlow Lite model because it seems to be too new for `tflite`. We need to help the `tflite` crate update their version of Tensor…
-
**Describe the bug**
Conversion succeeded but onnxruntime fails because:
```
No Op registered for TFL_RFFT2D with domain_version of 13
```
**Urgency**
If there are particular important use c…
-
Hello everybody :)
I am using the Sound Classification tensorflow template for building an app in Android Studio. The template uses a yamnet model, but when I import my custom model I obtain the fo…