-
Hi Jack,
This is a very nice work. I am trying to adopt my case.
But my question is, the input for the trained YAMNET model (and weights) is a waveform with a dimension of (48000) as I put below (…
-
# Prerequisites
tensorflow version : 2.4.0
code:
import tensorflow as tf
saved_model_dir = 'yamnet'
# Convert the model
converter = tf.lite.TFLiteConverter.from_saved_model(saved_model_dir) # p…
-
Environment:
- Ubuntu 18.04
- PyTorch 1.7.1
- TensorFlow 2.4.1
- torch_audioset commit at 2020.06.26: https://github.com/w-hc/torch_audioset/tree/42d38c175505a47660b07de39189f5483d89845d
- yamnet…
-
I'm trying to make an audio classifier as [android YAMNet](https://farmaker47.medium.com/classification-of-sounds-using-android-mobile-phone-and-the-yamnet-ml-model-539bc199540) with C++ language on J…
-
* Goal: Build a sample app for [Yamnet](https://github.com/tensorflow/models/tree/master/research/audioset/yamnet), a pretrained model that can recognize many different kinds of audio event.
* Refere…
-
# Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [x] I am using the latest TensorFlow Model Garden release and TensorFlow 2.
- [x] I am reporting…
izlen updated
4 years ago
-
Please make sure that this is a feature request. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature …
-
I am working with the merlinMovie and some of the audioset extracted features seem to not make sense. Here is AS-Music for example:
The first plot is the predictor that I got via the API and pl…
-
- Using keras template
* DNN(V), CNN, RNN trails
- shorten the learning file length
* after short learning filter the wierd file
- amplitude based Learning V
- melSepctrogram based learnin…
dizwe updated
4 years ago
-
**System information**
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow):
N/A
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
N/A
- M…