Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for explicit padding and dilations in 2D CNN layers #138

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Merge pull request #2 from jezsadler/main

0c7a1ce
Select commit
Loading
Failed to load commit list.
Open

Support for explicit padding and dilations in 2D CNN layers #138

Merge pull request #2 from jezsadler/main
0c7a1ce
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jan 8, 2024 in 1s

57.37% of diff hit (target 95.95%)

View this Pull Request on Codecov

57.37% of diff hit (target 95.95%)

Annotations

Check warning on line 201 in src/omlt/gbt/gbt_formulation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/omlt/gbt/gbt_formulation.py#L201

Added line #L201 was not covered by tests

Check warning on line 205 in src/omlt/gbt/gbt_formulation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/omlt/gbt/gbt_formulation.py#L205

Added line #L205 was not covered by tests

Check warning on line 214 in src/omlt/gbt/gbt_formulation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/omlt/gbt/gbt_formulation.py#L214

Added line #L214 was not covered by tests

Check warning on line 60 in src/omlt/gbt/model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/omlt/gbt/model.py#L60

Added line #L60 was not covered by tests

Check warning on line 70 in src/omlt/gbt/model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/omlt/gbt/model.py#L70

Added line #L70 was not covered by tests

Check warning on line 88 in src/omlt/gbt/model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/omlt/gbt/model.py#L88

Added line #L88 was not covered by tests

Check warning on line 90 in src/omlt/gbt/model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/omlt/gbt/model.py#L90

Added line #L90 was not covered by tests

Check warning on line 193 in src/omlt/io/onnx_parser.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/omlt/io/onnx_parser.py#L193

Added line #L193 was not covered by tests

Check warning on line 200 in src/omlt/io/onnx_parser.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/omlt/io/onnx_parser.py#L200

Added line #L200 was not covered by tests

Check warning on line 202 in src/omlt/io/onnx_parser.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/omlt/io/onnx_parser.py#L202

Added line #L202 was not covered by tests

Check warning on line 215 in src/omlt/io/onnx_parser.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/omlt/io/onnx_parser.py#L215

Added line #L215 was not covered by tests

Check warning on line 218 in src/omlt/io/onnx_parser.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/omlt/io/onnx_parser.py#L218

Added line #L218 was not covered by tests

Check warning on line 220 in src/omlt/io/onnx_parser.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/omlt/io/onnx_parser.py#L220

Added line #L220 was not covered by tests

Check warning on line 224 in src/omlt/io/onnx_parser.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/omlt/io/onnx_parser.py#L224

Added line #L224 was not covered by tests

Check warning on line 340 in src/omlt/io/onnx_parser.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/omlt/io/onnx_parser.py#L340

Added line #L340 was not covered by tests

Check warning on line 344 in src/omlt/io/onnx_parser.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/omlt/io/onnx_parser.py#L344

Added line #L344 was not covered by tests

Check warning on line 348 in src/omlt/io/onnx_parser.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/omlt/io/onnx_parser.py#L348

Added line #L348 was not covered by tests

Check warning on line 354 in src/omlt/io/onnx_parser.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/omlt/io/onnx_parser.py#L354

Added line #L354 was not covered by tests

Check warning on line 358 in src/omlt/io/onnx_parser.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/omlt/io/onnx_parser.py#L358

Added line #L358 was not covered by tests

Check warning on line 372 in src/omlt/io/onnx_parser.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/omlt/io/onnx_parser.py#L372

Added line #L372 was not covered by tests

Check warning on line 376 in src/omlt/io/onnx_parser.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/omlt/io/onnx_parser.py#L376

Added line #L376 was not covered by tests

Check warning on line 402 in src/omlt/io/onnx_parser.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/omlt/io/onnx_parser.py#L402

Added line #L402 was not covered by tests

Check warning on line 452 in src/omlt/io/onnx_parser.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/omlt/io/onnx_parser.py#L452

Added line #L452 was not covered by tests

Check warning on line 468 in src/omlt/io/onnx_parser.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/omlt/io/onnx_parser.py#L468

Added line #L468 was not covered by tests

Check warning on line 485 in src/omlt/io/onnx_parser.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/omlt/io/onnx_parser.py#L485

Added line #L485 was not covered by tests