You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @igor-panteleev, great job. I want to train my own model for two or three particular classes. I'm planning the following training pipeline.
128 dim embedding --> a classifier --> classes
Though I've seen the Google Audio set data is provided in 128 dim tf.records, I couldn't find it in a downloadable form in the site. I found a frame by frame tensorflow.SequenceExample file of 2.4 GB. But is that the same data you've used? Please help me on this.
On evaluation, the pipeline will be
WAV format --> VGGish --> 128 dim embedding --> a classifier --> prediction label
Do I miss something?
The text was updated successfully, but these errors were encountered:
sleebapaul
changed the title
TF record files for training with new model
TF record files for training custom new model
Aug 3, 2018
Hi @igor-panteleev, great job. I want to train my own model for two or three particular classes. I'm planning the following training pipeline.
128 dim embedding --> a classifier --> classes
Though I've seen the Google Audio set data is provided in 128 dim tf.records, I couldn't find it in a downloadable form in the site. I found a frame by frame
tensorflow.SequenceExample
file of 2.4 GB. But is that the same data you've used? Please help me on this.On evaluation, the pipeline will be
WAV format --> VGGish --> 128 dim embedding --> a classifier --> prediction label
Do I miss something?
The text was updated successfully, but these errors were encountered: