From b57e8d00f6ff73d5548b46973e96c3bc4ea3be02 Mon Sep 17 00:00:00 2001 From: Slendi Date: Sun, 5 Nov 2023 01:12:47 +0200 Subject: [PATCH] Make the interactive script nicer by using GNU readline. Signed-off-by: Slendi --- interactive.py | 1 + 1 file changed, 1 insertion(+) diff --git a/interactive.py b/interactive.py index 1006cdc..bb06fb7 100755 --- a/interactive.py +++ b/interactive.py @@ -1,5 +1,6 @@ #!/usr/bin/env python3 +import readline import tensorflow as tf @tf.keras.utils.register_keras_serializable(package='Custom', name=None)