DGMM
DGMM copied to clipboard
shape doesn't fit into array
Error when checking input: expected input_1 to have shape (28, 28, 1) but got array with shape (1, 28, 28)
You should adjust the order of matrix dimensions through transpose. For example, a=a.transmit (2,0,1).