TensorFlow2.0怎么在Sequetial里添加多个并列的池化层??

版本:TensorFlow2.0

求教:如何堆叠并列的不同size的pool? 最好是在Sequential里,实在不行也可以自定义。。。

Sequetial不能并列,要用 function 函数模型