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

How to combine a CNN with spearmint? #76

Open
dyj0215 opened this issue Dec 17, 2019 · 0 comments
Open

How to combine a CNN with spearmint? #76

dyj0215 opened this issue Dec 17, 2019 · 0 comments

Comments

@dyj0215
Copy link

dyj0215 commented Dec 17, 2019

Hello,

for example:
i can tun the example named branin successfully.

and in branin.py, there is a function named branin().
as i understood, this function will use parameters x[0] and x[1] to compute the result y.
and then it will return y to do optimization.

so my question is:
now i have a CNN, i want to combine my CNN with spearmint.
i know i should get the parameters from speaemint's cofig.pb, and in my CNN will get a cost, and then i should return my CNN's cost to spearmint to do optimization.

But i can not find a good way to do this.
so if you have some idea, please write to me. Thank you so much.

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

1 participant