import json # TODO: use the responses file after it's done instead of loading the dataset again import numpy as np from keras.saving import load_model from keras_self_attention import SeqSelfAttention from vecs import * model = load_model("model.keras", custom_objects={"SeqSelfAttention": SeqSelfAttention})