bmcfee / pumpp

practically universal music pre-processor
ISC License
60 stars 11 forks source link

generified layers api #109

Closed bmcfee closed 5 years ago

bmcfee commented 5 years ago

Reference Issue

105

What does this implement/fix? Explain your changes.

Adds argument api= to layers() methods, which dispatches to different deep learning packages for layer construction.

Currently only keras is supported, but this will make it easy to add other frameworks later.