MaxJ
Results
3
comments of
MaxJ
Same issues here. Anybody found a solution?
I got it to work by replacing `scale_offset= len(node.data) == 4` with `scale_offset = len(node.output_shape) == 4` in `transformer.py` I don't know if this breaks something else, but it definitely...
I have the very same problem. Anybody found a solution?