So I have a large txt file with such contents (like 20mbs long)
20 30 40 550 60 70 80 91 20 30 40 50 60 70 80 92 20 30 40 50 60 70 80 93 20 30 40 50 64 70 80 90 20 30 40 50 60 70 80 90 20 30 40 50 60 70 80 90 20 30 40 40 60 70 80 90 40 30 40 50 60 70 80 90 4 5 6 6 20 30 40 50 60 70 80 91 20 30 40 50 60 70 80 92 20 30 40 50 60 70 80 93 2 30 40 50 64 70 80 90 20 30 20 50 60 70 80 90 20 30 40 50 60 70 80 90 20 30 40 40 60 70 80 90 40 30 40 50 60 70 80 90 4 5 1 6 20 30 40 50 60 70 80 91 20 30 40 50 60 70 80 92 20 30 40 50 60 70 80 93 20 30 40 50 64 70 80 90 20 30 40 50 60 70 80 90 20 30 40 50 60 70 80 90 20 1 40 40 60 70 80 90 40 30 40 50 60 70 80 90 4 5 6 1
I want to get out of that document an array of matrices 8x8 and an array of matrices 1*4 is such thing possible and how to do it?
I need such thing to get data to train NN.