File "Preprocess.py", line 128, in data_iterator key_words = np.array(key_words, dtype=np.int64) ValueError: setting an array element with a sequence. My input file has multiple length how to fix this? errors
File "Preprocess.py", line 128, in data_iterator
key_words = np.array(key_words, dtype=np.int64)
ValueError: setting an array element with a sequence.
My input file has multiple length how to fix this?
errors