I am running the code to train multi class and im getting the error too many values to unpack using the yelp dataset python DNN for sentiment analysis.
(reviews_words_index, labels) = pickle.load(open("review_sents_1859888.pkl", 'rb'))
but i get en error
ValueError: too many values to unpack.