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

Multi-output model support #4

Open
gokceneraslan opened this issue Nov 25, 2017 · 1 comment
Open

Multi-output model support #4

gokceneraslan opened this issue Nov 25, 2017 · 1 comment

Comments

@gokceneraslan
Copy link
Contributor

As far as I understand from expressions such as np.arange(min(n_train, train[1].shape[0])) in test_fn, targets must be list/tuple right now, although they can be dict in Keras to allow models with multiple outputs. So it would be nice to add dict target support, at some point. So I am adding this issue just as a TODO item.

@Avsecz
Copy link
Owner

Avsecz commented Nov 26, 2017

agree. https://github.com/Avsecz/keras-hyperopt/blob/master/kopt/model_data.py#L76 needs to be generalized as for the inputs.

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

No branches or pull requests

2 participants