Zhaoyu Zhang
Results
1
comments of
Zhaoyu Zhang
I don't think there is a typo; after train_sequence is firstly saved as variable _train_sequence_, the variable is set to an empty list ``` np.save('train_sequence',train_sequence) np.save('train_cluster_id',train_cluster_id) train_saved = True train_sequence...