Moșnoi Ion
Moșnoi Ion
i have made a test with a matrix of zeros, and i put some ones in it, and train the MDLSTM to count the ones and it converges. but with...
you are right, it is needed to split sh[0] times the input in the second dimension(height), then each slice split sh[1] the third dimension. ``` lines = tf.split(input_data,h,axis=1)#have a list...
i have not test it yet
it works, here is the code https://github.com/johnsmithm/mdlstm