I intend to feed neural net with image data. Originally I have them stored as a list of arrays with dims 10,10,3 (height, length, color channel).
- Does anyone know how to convert the list containing multiple cimg images into one cimg storing multiple images in R?
and/or
- Does anyone know how to convert list of arrays with dims 10,10,3 into the object acceptable by keras?