RE2模型postman调用tf-serving

postmant请求

{
	"signature_name":"get_result",
	"inputs":{
		"dropout_keep_prob": 1.0,
		"q1": [[3, 12, 30, 20], [3, 12, 30, 20]],
		"q1_len": [4, 4],
		"q2": [[3, 12, 30, 20], [3, 12, 30, 22]],
		"q2_len": [4, 4]
	}
}
原文地址:https://www.cnblogs.com/bincoding/p/13900612.html