I am converting Marian to Onnx, using pytorch export. My question is regarding the past_key_values optional parameter. The way I understand this, for the onnx export, every parameter must be specified.
Are there reasonable default past_key_values which can be passed in for the initial token in the decoder sequence?
Thank you,
Ivan