Skip to content

More features for CNN in OMLT #129

@zshiqiang

Description

@zshiqiang

Current implementation of convolutional 2D layer assumes (1) no paddings (2) no dilations (3) zero biases.

To add these features, we need:

By generalizing function kernel_index_with_input_indexes in line 258 of https://github.com/cog-imperial/OMLT/blob/main/src/omlt/neuralnet/layer.py, it's possible to support more pooling and convolutional layers (e.g., 1D, 3D).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions