jordipons/musicnn

Possible mistake in feature extraction?

theelk801 opened this issue · 3 comments

predicted_tags, timbral_, temporal_, midend1_, midend2_, midend3_, mean_pool_, max_pool_, backend_ = tf_out

It looks like the variable backend is being created instead of penultimate but not being used. Is this intentional?

I renamed all the variables before the release so that they are more readable -- and I missed this one. You are completely right! Thanks :)

The issue is fixed in the Github repository.
However, I did not push the fix to PyPi.
Let's keep this issue open until I also fix the PyPi version.

Any news on the updating PyPi?

I didn't update. I'll do so once I release the next version! Feel free to clone the Github repository.