@8Bit_1Byte_Coder wrote:
elmo_train = [elmo_vectors(x[‘cleen_tweet’]) for x in list_train]
elmo_test = [elmo_vectors(x[‘cleen_tweet’]) for x in list_test]error:INFO:tensorflow:Saver not created because there are no variables in the graph to restore
Posts: 1
Participants: 1