Skip to content

[Feature Request] Add option for no learnable bias in Conv2d #6

Description

@ShreyasKhandekar

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions