Skip to content

How to combine a CNN with spearmint? #76

Description

@dyj0215

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions