DigitalMediaProfessionals / tool

DV network conversion tool
Apache License 2.0
0 stars 1 forks source link

Support FC layers with large input size by divide the input to small chunks #27

Open ZongHong-Lyu opened 5 years ago

ZongHong-Lyu commented 5 years ago

The HW have a upper limit of 16384 (or 32768 in newer version) input size. But if the layer is divided into several small chunks, it can support nearly unlimited length of input vectors.