Make the interactive script nicer by using GNU readline.

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
Slendi 2023-11-05 01:12:47 +02:00
parent 2babf45aa6
commit b57e8d00f6
No known key found for this signature in database
GPG Key ID: FEE30F374BAC2C78

View File

@ -1,5 +1,6 @@
#!/usr/bin/env python3
import readline
import tensorflow as tf
@tf.keras.utils.register_keras_serializable(package='Custom', name=None)