Hi everyone,
I’m using Edge Impulse Expert Mode to build a custom neural network for my embedded ML project, but I’m facing two consistent issues with my custom architectures:
- Many custom models fail to start training at all (either the process errors out immediately, or there’s no progress after several minutes).
- Even if initial training completes, the retraining/quantization phase always gets stuck indefinitely, with no further updates.
The default auto-generated models from Edge Impulse work perfectly with my dataset, so the issue seems specific to my custom network design. I want to understand:
- What neural network architectures/layer types are fully compatible with Edge Impulse’s training and retraining pipeline?
- Are there known patterns that cause these failures or hangs?