First of all, sorry for spamming you with issues 😅 I'm just trying to optimize inference for performance on a model larger than 512 kB and I'm exploring all possible options at the moment.
I think one alternative would be to split the large model into two smaller models, run each one on separate tiles and have the output of the model on tile[0] be the input to the model on tile[1]. Is that technically feasible using channels or is that a no-go?
First of all, sorry for spamming you with issues 😅 I'm just trying to optimize inference for performance on a model larger than 512 kB and I'm exploring all possible options at the moment.
I think one alternative would be to split the large model into two smaller models, run each one on separate tiles and have the output of the model on tile[0] be the input to the model on tile[1]. Is that technically feasible using channels or is that a no-go?