Skip to content

Commit 2df5319

Browse files
committed
Predict for the testing set
1 parent c81c948 commit 2df5319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

predict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def main(argv):
220220
ckpt_path = os.path.join(args.model_dir, ckpt_name)
221221

222222
predict_generator = model.predict(
223-
input_fn = lambda: input_fn('validation',
223+
input_fn = lambda: input_fn('testing',
224224
batch_size=1, n_steps=None,
225225
shuffle=False, include_labels=False,
226226
n_epochs=1, args=args),

0 commit comments

Comments
 (0)