bundasmanu / breast_histopathology

Analysis of Breast Cancer Dataset.
GNU General Public License v3.0
0 stars 0 forks source link

Under and Over Sampling reshape data Error #1

Closed bundasmanu closed 4 years ago

bundasmanu commented 4 years ago

I need to reshape X_train data (samples, width, height, channels) to 2d shape data (samples, features). And, after that i need to reshape data again to 4d.

bundasmanu commented 4 years ago

Apparently this issue is already fixed. But, i need more tests in order to safety close the issue.