|
@@ -68,9 +68,9 @@ class StaticModel():
|
|
feeds_list.append(right_features)
|
|
feeds_list.append(right_features)
|
|
|
|
|
|
else:
|
|
else:
|
|
- sample_id = paddle.static.data(
|
|
|
|
- name="sample_id", shape=[-1, 1], dtype='int64')
|
|
|
|
- feeds_list.append(sample_id)
|
|
|
|
|
|
+ # sample_id = paddle.static.data(
|
|
|
|
+ # name="sample_id", shape=[-1, 1], dtype='int64')
|
|
|
|
+ # feeds_list.append(sample_id)
|
|
left_features = paddle.static.data(
|
|
left_features = paddle.static.data(
|
|
name="left_features", shape=[-1, self.input_dim], dtype='float32')
|
|
name="left_features", shape=[-1, self.input_dim], dtype='float32')
|
|
feeds_list.append(left_features)
|
|
feeds_list.append(left_features)
|