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
I parsed the dataset using: java -jar parser.jar -f /Users/agbbps/Desktop/Internship/summarization_tf-master/data/train.json -d /Users/agbbps/Desktop/Internship/summarization_tf-master/data
The above command successfully parsed the json file and output (of around 3GB) was redirected to a new directory X.
Then, I used the command: python dataset.py X
This command has created pickle files, which are empty. Due to this, I am getting the following error: File "/Users/agbbps/Desktop/Internship/summarization_tf-master/train.py", line 78, in
module
*trn_x, trn_y_raw = zip(sorted(trn_data.items())) ValueError: not enough values to unpack (expected 2, got 0)
Can someone help me through this? It would be really helpful.
No description provided.
The text was updated successfully, but these errors were encountered: