As you can see from this post, there is a problem with saving and loading autokeras models (please refer to the provided link for more details). I noticed that there are some binaries in the autokeras temporary folder (e.g. /tmp/autokeras_ECWBT7) which contains some binaries:
graph (1.graph, 2.graph, ...)
best_model.txt
classifier
module
temp_model
I could not find any documentation to see how can I use this to load the trained model (if there is any).
I will appreciate if you help me in this problem.