feevos commented on issue #16736: Bug when iterating over HybridSequential
elements
URL:
https://github.com/apache/incubator-mxnet/issues/16736#issuecomment-550182869
Workaround that solves the problem (at some computational cost, I guess...):
```Python
class Demo(HybridBlock):
feevos commented on issue #16736: Bug when iterating over HybridSequential
elements
URL:
https://github.com/apache/incubator-mxnet/issues/16736#issuecomment-550172645
Some additional information: it seems the error relates to how many times
the initial input is passed from the conv layer