You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import tensorflow_hub as tf import top2vec as Top2Vec
to
import top2vec as Top2Vec import tensorflow_hub as tf
Thank you bgunasekera! Sadly this does not solve my problem. However I managed to solve it by changing the model saving package used from joblib to pickle.
Hi,
If I import tensorflow_hub before importing top2vec I cannot save models and get the error
TypeError: 'NoneType' object is not iterable
Importing top2vec before tensorflow_hub allows me to save models perfectly without any errors.
top2vec Version: 1.0.29
tensorflow-hub Version: 0.13.0
The text was updated successfully, but these errors were encountered: