You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
that's quite right. I am afraid causing that error is because of using a wrong model. But with a list like BoolVal : []bool{fasle} is a right way to construct request with tensorProto. I've tried different ways to load tensorflow models in golang, Here are some examples. TFMODEL
I construct it using BoolVal : []bool{fasle}, with shape dim size = 1, but it has errors like behind:
The second input must be a scalar, but it has shape [1]
I don't know how to solve it.
The text was updated successfully, but these errors were encountered: