I trained two models, one without multi-scale and the other with multi-scale. However, when I tried to ensemble both weights with the max ensemble I got an error: stack expects each tensor to be equal size, but got [1, 25200, 9] at entry 0 and [1, 25500, 9] at entry 1.
How could I ensemble them? any suggestion!
@WongKinYiu
I trained two models, one without multi-scale and the other with multi-scale. However, when I tried to ensemble both weights with the max ensemble I got an error:
stack expects each tensor to be equal size, but got [1, 25200, 9] at entry 0 and [1, 25500, 9] at entry 1
. How could I ensemble them? any suggestion! @WongKinYiu