|
@@ -201,6 +201,7 @@ public class PAIModelV1 {
|
|
|
TFResponse response = client.predict(request);
|
|
|
List<Float> result = response.getFloatVals("probs");
|
|
|
if (!CollectionUtils.isEmpty(result)) {
|
|
|
+ LOGGER.info("PAIModelV1 result={}", result);
|
|
|
return result;
|
|
|
}
|
|
|
} catch (Exception e) {
|