Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for non-linear Zoo Models #32

Open
braun-steven opened this issue Jun 21, 2018 · 0 comments
Open

Add support for non-linear Zoo Models #32

braun-steven opened this issue Jun 21, 2018 · 0 comments
Labels

Comments

@braun-steven
Copy link
Member

braun-steven commented Jun 21, 2018

Is your feature request related to a problem? Please describe.
ZooModels from Deeplearning4j such as UNet, NASNet etc. have a graph-based, non-linear architecture.
Since the Dl4jMlpClassifier holds all layers in a linear/sequential manner, it is not capable of parsing these models.

Idea
Create a Dl4jZooModel classifier that mimics the Dl4jMlpClassifier behavior and can load arbitrary zoo models but does not allow to change the model architecture, except for the output and input.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant