Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

May I ask you to try to replace

reshape = tf.reshape(groupement2,[tailleLots, tailleGroupement2[1] * tailleGroupement2[2] * tailleGroupement2[3]], name = 'reshape1')

to

reshape = tf.reshape(groupement2,[-1, tailleGroupement2[1] * tailleGroupement2[2] * tailleGroupement2[3]], name = 'reshape1')

?