Hi,
I want to train the model on character dataset where the images are 48x48x3. When I change the size of the image it shows me an error at this line indicating dimensions must be equal:
assert conv1.get_shape() == [cfg.batch_size, 20, 20, 256]
The total label classes are 68, in my case.