Skip to content

Commit 19fbda2

Browse files
committed
modify lr_pd.py
1 parent 9fc23a7 commit 19fbda2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

practices/ts/lr_pd.py

-2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,4 @@ def get_input_fn(data_set, num_epochs=None, n_batch = 128, shuffle=True):
4949
n_batch = 128, shuffle=False))
5050

5151
predictions = list(p["predictions"] for p in itertools.islice(y, 6))
52-
result = prediction_set
53-
result[]
5452
print("Predictions: {}".format(str(predictions)))

0 commit comments

Comments
 (0)