IndTechSpprt / Split_inference_microcontrollers_fork

This is the repository for my research internship with the Embedded Systems Group at TU Delft, based on Junyu Lu's master thesis - https://github.com/Eagleggs/Split_inference_microcontrollers
0 stars 0 forks source link

Max-Pooling in Rust #35

Open IndTechSpprt opened 1 month ago

IndTechSpprt commented 1 month ago

Implement a Max Pooling function and verify functionality

IndTechSpprt commented 1 month ago

We need to go from 64,22,22 to 64, 11, 11.

Start with more basic implementations.