I was trying to deploy a model with a different input shape to the STM32 board, but running this command raises NotImplementedError:
python examples/tiny_training.py -f full_bp-1x3x128x128-graph.json -D full_bp-1x3x128x128-params.pkl -QAS scale.json -m -g -d -FR
Where scale.json comes from img1 (highlighted)
And both full_bp-1x3x128x128-graph.json & full_bp-1x3x128x128-params.pkl comes from img2 (highlighted)
These 3 files were generated accordingly from the tiny_training repo's compilation/readme.md
Any thoughts for this issue?


I was trying to deploy a model with a different input shape to the STM32 board, but running this command raises NotImplementedError:
python examples/tiny_training.py -f full_bp-1x3x128x128-graph.json -D full_bp-1x3x128x128-params.pkl -QAS scale.json -m -g -d -FR
Where scale.json comes from img1 (highlighted)
And both full_bp-1x3x128x128-graph.json & full_bp-1x3x128x128-params.pkl comes from img2 (highlighted)
These 3 files were generated accordingly from the tiny_training repo's compilation/readme.md
Any thoughts for this issue?