I've read in the forum that non-integer division should be handled automatically by DL4J. So why do I get the following errors (many like the one below):
ERROR DL4J Feedforward Learner (Classification) 0:14:1 Execute failed: Invalid input configuration (layer name = "null") for height: inHeight=50, kernelH=3, padH=0, strideH=2; (50-3+2*0)/2 is not an integer
And where can I define padding? I haven't found it in the configuration, but I see above padH=0.
Thanks,
Francesco