Commit 4d82b9a8 authored by Your Name's avatar Your Name

test dist predict

parent 1bcb9ba2
......@@ -87,10 +87,8 @@ def model_fn(features, labels, mode, params):
tag6_list = features['tag6_list']
tag7_list = features['tag7_list']
number = features['number']
uid2 = features['uid']
uid = tf.cast(uid2, dtype=tf.string)
city2 = features['city']
city = tf.cast(city2, dtype=tf.string)
uid = features['uid']
city = features['city']
cid_id = features['cid_id']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment