Closed marooncn closed 6 years ago
I'm having the same problem.
Should u squeezed your image? Try this method to remove single dimension in image. https://docs.scipy.org/doc/numpy/reference/generated/numpy.squeeze.html
@marooncn @mariolys07 The problem seems to occur when you have black and white images. With np.repeat
I could work around the issue, copying the last channel two times. See my commit above, not sure if this is the way to go. I think we should look forward to fixing #204 instead of tinkering with this function.
Hi, I use autokeras to train a model using my image data. What I want to do is comparing different classifiers using little data. So I try to search a NN model with autokeras. I use load_image_dataset to load image data. But when I run it, there is an error:
autoCNNclassifier.py and the dataset can be found here. What's the matter? Thank you.