Saving convolution outputs into variable

Had a quick question, is it possible to simply store the values of a convolution output in one iteration, in a variable and then simply use that output at a later iteration when i want to? Do i have to input a memory component for this? Any help is greatly appreciated

Hi,

The output of your convolution should be a Variable. You can use it as any other Variable wherever you want :slight_smile:

thats what I had thought too, thank you for the confirmation :slight_smile: