Documentation for bias_add

The current documentation says: Add 1D bias to the axis of data. This function is a special case of add which allows inference of shape of the bias from data.
This doesn’t seem near enough info for me to implement it.
As usual, I look to tf and mxnet, but they lack the axis argument.
Perhaps an example would help?

Thanks,
Preston

1 Like