Open
Description
Currently the Conv2d
layer in ChAI assumes that there must be a learnable bias for the output. (bias
)
Pytorch support the option to turn this off. See https://pytorch.org/docs/stable/generated/torch.nn.Conv2d.html#torch.nn.Conv2d
It would be nice if we can also configure this in ChAI, and also support reading in pytorch dumps of Conv2d
layers withoutbias
weights when bias=false
Metadata
Metadata
Assignees
Labels
No labels