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.
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.