sacmehta / EdgeNets

This repository contains the source code of our work on designing efficient CNNs for computer vision
MIT License
412 stars 82 forks source link

Allow input channel count to be changed #44

Open pnorridge opened 2 years ago

pnorridge commented 2 years ago

Update to ensure that different numbers of input channels can be handled without error. (Shortcut connection configuration assumed input channel count always equal to config_inp_reinf.)