fix: Change init input of Memorize from Param to Data input category
Context
After discussing it with @cmoineau, it appeared that having the initalization input of Memorize categorized as a Param is a mistake.
Param should refer to learnable parameters, which is obviously not the case here.
Fix #222 (moved)