AhmedSSabir
commited on
Commit
•
19be54f
1
Parent(s):
e3cee23
Update README.md
Browse files
README.md
CHANGED
@@ -60,7 +60,6 @@ y = restored_graph.get_tensor_by_name(output_op + ':0')
|
|
60 |
|
61 |
preprocessor = build_preprocessor("vocab.txt", 64)
|
62 |
py_func = tf.numpy_function(preprocessor, [x], [tf.int32, tf.int32, tf.int32], name='preprocessor')
|
63 |
-
py_func = tf.numpy_function(preprocessor, [x], [tf.int32, tf.int32, tf.int32])
|
64 |
|
65 |
##predictions
|
66 |
sess = tf.Session(graph=restored_graph)
|
|
|
60 |
|
61 |
preprocessor = build_preprocessor("vocab.txt", 64)
|
62 |
py_func = tf.numpy_function(preprocessor, [x], [tf.int32, tf.int32, tf.int32], name='preprocessor')
|
|
|
63 |
|
64 |
##predictions
|
65 |
sess = tf.Session(graph=restored_graph)
|