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 much memory is needed to run a CNN deep learning net with CSV data?

FriedemannFriedemann Member, University Professor Posts: 27 University Professor
edited April 2021 in Help
When running the MNIST example (CSV Version) with the manual input shape setting for "Convolutional Flattened"
(as described in here: https://community.rapidminer.com/discussion/58605/error-when-using-convolutional-layer-message-new-shape-length-doesnt-match-original-length#latest) using the CUDA backend I get an error message saying: Failed to allocate 1,685,712,896 bytes from HOST memory.

When running with the CPU backend, my machine simply runs out of memory and starts swapping (JVM memory is restricted to 10,000 MB and backend memory to 10G).

I guess that something is very wrong with the FeedForwardToCnnPreProcessor.


Sign In or Register to comment.