Unable to build the .elf file
Opened this issue · 2 comments
chay93 commented
guanchuwang commented
Does your model satisfy the following requirement?
- Number of channels <1024 in any layer including linear.
- the total number of parameters in the model is <430KB (1B for each weight).
jason850124 commented
Hi,
Do you guys solve it? Because I met the same question when I build the project, but I don't change any code.
Should I lightweight the structure of the model?
Thanks.