Hi Gabriel,
Firstly thank you for this wonderful repository!! I tried using this for vehicles dataset from kaggle. Basically, it has two classes truck and car. The image size is 375x500 which is different from the image size of your dataset. The code ran fine until the end point where we can visualize the features of all the Convolutional layers. I keep getting this error
ValueError: could not broadcast input array from shape (375,500) into shape (375,375)
Any idea how to resolve this?
Thank you in advance!
Hi Gabriel,
Firstly thank you for this wonderful repository!! I tried using this for vehicles dataset from kaggle. Basically, it has two classes truck and car. The image size is 375x500 which is different from the image size of your dataset. The code ran fine until the end point where we can visualize the features of all the Convolutional layers. I keep getting this error
ValueError: could not broadcast input array from shape (375,500) into shape (375,375)
Any idea how to resolve this?
Thank you in advance!