wide_deep icon indicating copy to clipboard operation
wide_deep copied to clipboard

TF server input

Open nikenj opened this issue 7 years ago • 1 comments

hi, in the tf servering client.py , when the input data one feature is need split (like the input_fn function in dataset.py) , like 'a#b#c' , how can we deal with it? thanks for answering.

nikenj avatar Sep 26 '18 09:09 nikenj

define your own _read_test_input() function, just deal with python to split.

Lapis-Hong avatar Oct 05 '18 03:10 Lapis-Hong