icor-codon-optimization
icor-codon-optimization copied to clipboard
Concerning warning with the demo example
Try "aa" and "demo", see the following warning message before the output:
2025-02-07 13:23:11.374956894 [W:onnxruntime:, execution_frame.cc:812 VerifyOutputSizes] Expected shape from model of {1,BatchSize,64} does not match actual shape of {481,1,64} for output softmax
Maybe it's a false alarm, 481 is the length of the input demo sequence, the current output shape seems correct?
Thanks!