tae-jun / sample-cnn

A TensorFlow implementation of "Sample-level Deep Convolutional Neural Networks for Music Auto-tagging Using Raw Waveforms"
MIT License
51 stars 10 forks source link

Function definition not available #5

Open Jamesswiz opened 6 years ago

Jamesswiz commented 6 years ago

Hi ! I was testing your code but I am getting errors due to a undefined function. In tfrecords_model.py on line 342 there is a call to function _get_deduped_metrics_names(), however the same is not defined anywhere.

Can you please help with this bug.

THtanghuan commented 5 years ago

I have the same problem. Have you solved it?