wide_deep
wide_deep copied to clipboard
TF server input
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.
define your own _read_test_input() function, just deal with python to split.