Closed bmcfee closed 5 years ago
Adds argument api= to layers() methods, which dispatches to different deep learning packages for layer construction.
api=
layers()
Currently only keras is supported, but this will make it easy to add other frameworks later.
Reference Issue
105
What does this implement/fix? Explain your changes.
Adds argument
api=
tolayers()
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.