Guan-Ru Chen
Results
1
comments of
Guan-Ru Chen
@nahidalam edit line 248 : np.savetxt('test_cat_nc%d%d.csv' % (i,step), nmn_label[i],delimiter=',') to np.savetxt('test_cat_nc%d%d.csv' % (i,step), nmn_label[i].reshape(-1,1),delimiter=',') Hope this helps you~~