Commit bd269634 authored by 赵威's avatar 赵威

update time

parent f151f8d8
......@@ -103,7 +103,7 @@ def model_predict(inputs, predict_fn):
if col in ["click_label", "conversion_label"]:
pass
elif col in int_columns:
features[col] = _int64_feature(value)
features[col] = _int64_feature(int(value))
elif col in float_columns:
features[col] = _float_feature(value)
else:
......
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