AnushaMehta

Results 5 comments of AnushaMehta

> Hello AnushaMehta, we tried cifar and it didn't work too well either. When trying cifar we also used 32,32 as input shape and not 240,240 (we tried different input...

@NilakshanKunananthaseelan Not very sure about your first answer, but I guess I can answer you the other two. Ans. 2 : Yes, we can use RGB image dataset by changing...

Related to vector, it is defined that the orientation of vector specifies pose parameters, how to get these parameters from output vector?

trainX = loaded[16:].reshape((602, 256, 256, 1)).astype(np.float32) ValueError: cannot reshape array of size 12058624 into shape (602,256,256,1) Getting the same error. Can anyone tell me the reason. I have just replace...

> @AnushaMehta the problem here is that you are trying to reshape "loaded[16:]" array which has in total 1,20,58,624 values to a tensor of dimension (602,256,256,1) which has 3,94,52,672 values....