Wang Shuai
Results
3
comments of
Wang Shuai
I got the same error, any solution? Help!!!
> I get this error, I can handle it by reshaping the variance or the scaling factor, but not sure if this leads to other errors. Anyone facing this? I...
> scale_offset = len(node.output_shape) == 4 this > 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...