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

Make minor changes to run MNIST and other models inference #165

Open
NeiroYT opened this issue Dec 28, 2024 · 0 comments
Open

Make minor changes to run MNIST and other models inference #165

NeiroYT opened this issue Dec 28, 2024 · 0 comments
Assignees

Comments

@NeiroYT
Copy link
Collaborator

NeiroYT commented Dec 28, 2024

  1. Recognize when kernel should be transposed (e.g. our h5 MNIST model has transposed kernels)
  2. Recognize Max/Avg pooling type
  3. Get padding info for ConvLayer (SAME/VALID etc.)
  4. Parse activation layer (EWLayer) properly, sometimes it is merged with other layers
  5. Reshape to NHWC when layer needs it (e.g. FlattenLayer can convert NCHW to 1d, it is wrong for NHWC format)
  6. Refactor ConvLayer so it doesn't change format (should be NCHW -> NCHW)
  7. I don't think DropOut layer is needed when we do inference, so we can disable it
  8. We don't have reshape function/layer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants