bmcfee / crema

convolutional and recurrent estimators for music analysis
BSD 2-Clause "Simplified" License
84 stars 22 forks source link

Fix chord model for 3.6 ABI compatibility #10

Closed bmcfee closed 5 years ago

bmcfee commented 7 years ago

The chord model has a lambda layer for squeezing, but compiling it on 3.5 and rebuilding on 3.6 causes an unknown opcode error.

I think we can get around this by rewriting the lambda layer and re-training the model.