keunwoochoi / music-auto_tagging-keras

Music auto-tagging models and trained weights in keras/theano
MIT License
616 stars 142 forks source link

I think the weight file for cnn_tensorflow is not the correct file. #42

Open nimahamidi opened 5 years ago

nimahamidi commented 5 years ago

I am pretty sure the weight file for tensorflow version of CNN is not correct. It seems it is the same as theano weight file. Do you still have access to tensorflow weight file to upload the right file? Thanks

keunwoochoi commented 5 years ago

Hi, sorry for a late response. Is it exactly the same? TF ones are converted from Theano models, but with some conversion function that was available in Keras repository wiki. So, if you're looking for some 'original' TF model files that were trained with TF, such a thing didn't exist from the beginning.

ucas010 commented 4 years ago

have the same question