Skip to content

Commit cc74245

Browse files
author
Timothy Spann
authored
Update README.md
1 parent a8c1192 commit cc74245

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,15 @@ Example using out of box TensorFlow Java example with NiFi
66
Article detailing creation, building and usage
77
https://community.hortonworks.com/content/kbentry/116803/building-a-custom-processor-in-apache-nifi-12-for.html
88

9-
Currently simple classification models are supported. The model directory should have a file graph.pb containing a tensorflow graph, and a label.txt file containing labels by index of the output classes of the graph. The model must also have a variable called input which expects as Image tensor, and a output variable which stores a tensor of label index and probability.
9+
Currently simple classification models are supported. The model directory should have a file graph.pb containing a tensorflow graph, and a label.txt file containing labels by index of the output classes of the graph. The model must also have a variable called input which expects as Image tensor, and a output variable which stores a tensor of label index and probability.
10+
11+
12+
13+
This is a clean update for TensorFlow 1.6. This takes a flow file as an image
14+
15+
JPG, PNG, GIF
16+
17+
Updated TensorFlowProcessor to TF 1.6. Added more tests. More cleanup. Top 5 returned in clean naming.
18+
19+
Install to /usr/hdf/current/nifi/lib/
20+

0 commit comments

Comments
 (0)