saookami
saookami
Did somebody resolve it ?
turn data_processing.py Class line 95-100 to train_x.to_csv(f'{csv_path}/train_x.csv') train_y.to_csv(f'{csv_path}/train_y.csv', header=['y_values']) test_x.to_csv(f'{csv_path}/test_x.csv') test_y.to_csv(f'{csv_path}/test_y.csv', header=['y_values']) fulldata.to_csv(f'{csv_path}/full_x.csv') y_values.to_csv(f'{csv_path}/full_y.csv', header=['y_values'])
I have same problem with you, did you result it? It is no sense that in put need [2,2,H,W], I have no idea about the second "2". I try to...