LeNet

Toy model mainly used to showcase Aidge in various tutorial, for example: https://eclipse.dev/aidge/source/Tutorial/101_first_step.html

Aidge support

Note: We tested this network for the following features. If you encounter any error please open an issue. Features not tested in CI may not be functional.

Feature Tested in CI
ONNX import โœ”
Backend CPU โŒ
Export CPP โŒ

MNIST

  • Input
    • size: [N, 1, 28, 28]
    • format: [N, C, H, W]
    • preprocessing: None
  • Output
    • size: [N, 10]

ONNX attributes

  • Opset:
  • Source: PyTorch
  • Operators: 22 (6 types)
    • Conv2D: 2
    • FC: 3
    • Flatten: 1
    • MaxPooling2D: 2
    • Producer: 10
    • ReLU: 4

Benchmark

Coming soon

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Dataset used to train EclipseAidge/LeNet