rmkemker/RIT-18

different shape of data

Closed this issue · 0 comments

Hi,
i download compress dataset & extract it
then open rit18.mat in matlab 2018a but see this result
shape and name of variables were different !
`

whos train_x train_y test_x test_y
Name Size Bytes Class Attributes

test_x 28x28x4x81000 254016000 uint8
test_y 6x81000 3888000 double
train_x 28x28x4x324000 1016064000 uint8
train_y 6x324000 15552000 double
`
how can i reshape it to correct size?!
tnx