我想获取作为图像张量的keras层的输出,将其转换为numpy数组,并在不使用后端函数的情况下对其应用自定义函数,然后将输出返回给模型。所以会是这样:
def sum(args):
# convert args to numpy arrays
???
#calculating sum of all the elements
s=np.sum(args)
return s
非常感谢您的帮助。
答案 0 :(得分:1)
您可以在View view = toast.getView();
TextView tv = (TextView) view.findViewById(android.R.id.message);
final String strMessage = tv.getText().toString();
if (!strMessage.equals("")) {
toast = Toast.makeText(this, "", Toast.LENGTH_LONG);
toast.setText(strMessage);
toast.setGravity(Gravity.TOP, 0, -200);
int longitud = ((strMessage.length() / 35) + 1);
mcdtoast = new CountDownTimer(longitud * 3000, 3000) {
public void onTick(long millisUntilFinished) {
if (showtoast) { //boolean to check toast must be shown
toast.setText(strMessage);
toast.show();
}
}
public void onFinish() {
}
}.start();
上使用Keras
使用以下格式:
Tensorflow