I run into the following issue trying to load some of the saved models in the models folder:
AttributeError: '_UserObject' object has no attribute 'add_slot'
I have looked through issues others have here (tensorflow/tensorflow#56997) with tensorflow and keras versions, import order, etc. I am still unable to load the model. Do you have sample code that demonstrates how to load one of the models and then generate nucleotide sequence embeddings?