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
After parsing the sets, the output folder size is roughly around 3 GB. After running dataset.py on the parsed files, the pickled files are only of size 1 kb.
After running train.py trn_x, trn_y_raw = zip(*sorted(trn_data.items())) throws an error because the dictionary line is empty.
Has anyone able to run the code fully?
The text was updated successfully, but these errors were encountered:
After parsing the sets, the output folder size is roughly around 3 GB. After running dataset.py on the parsed files, the pickled files are only of size 1 kb.
After running train.py trn_x, trn_y_raw = zip(*sorted(trn_data.items())) throws an error because the dictionary line is empty.
Has anyone able to run the code fully?
The text was updated successfully, but these errors were encountered: