AhmedSSabir commited on
Commit
1691d13
1 Parent(s): 9914508

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -49,7 +49,6 @@ y = restored_graph.get_tensor_by_name(output_op + ':0')
49
 
50
  preprocessor = build_preprocessor("vocab.txt", 64)
51
  py_func = tf.numpy_function(preprocessor, [x], [tf.int32, tf.int32, tf.int32], name='preprocessor')
52
-
53
  py_func = tf.numpy_function(preprocessor, [x], [tf.int32, tf.int32, tf.int32])
54
 
55
  ##predictions
 
49
 
50
  preprocessor = build_preprocessor("vocab.txt", 64)
51
  py_func = tf.numpy_function(preprocessor, [x], [tf.int32, tf.int32, tf.int32], name='preprocessor')
 
52
  py_func = tf.numpy_function(preprocessor, [x], [tf.int32, tf.int32, tf.int32])
53
 
54
  ##predictions