'AutoTrackable' object is not callable in Python
问题 My tensorflow version is 2.0 tensorflow_hub version is 0.7 python version is 3.7 I have these code import tensorflow as tf import tensorflow_hub as hub import summarizer_data_utils specials = ["<EOS>", "<SOS>","<PAD>","<UNK>"] word2ind, ind2word, missing_words = summarizer_data_utils.create_word_inds_dicts(words_counted, specials = specials) #embed = hub.Module("https://tfhub.dev/google/nnlm-en-dim128/1") embed = hub.load("https://tfhub.dev/google/Wiki-words-250/1") emb = embed([key for key