The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

How to create tensor format for a CNN layer?

FriedemannFriedemann Member, University Professor Posts: 27 University Professor
edited March 2021 in Help
I plan to explain to my students how data can be processed using CNNs. For that purpose I would like to be able to explicitly convert a dataset with pixel values of images, like the csv Version of MNIST images, into tensor data that can be processed using a CNN. Is there any way to achieve this with RapidMiner? I tried the "ExamplesToTensor" operator, but the CNN layer complains, that the tensor format is for recurrent networks and cannot be processed by the CNN layer.

Best Answer

Sign In or Register to comment.