Question/Issue:
I created a custom classification block on VScode and it has the same structure as when you select edit block locally. I’ve been reading the documentation and followed the steps. Once the training was done and the rained model was stored in the out folder, I created a block and pushed it with edge-impulse-blocks push
with the cmd directory on the same path as the project folder. It created a custom block but when using it in edge impulse and error appears and it says that there is no metadata, and block has not been trained. How can i solve this?
Here it is the screen cap:
Here is my block in Machine Learning blocks page:
The training terminal output is this:
Creating job... OK (ID: 4737273)
Scheduling job in cluster...
Job started
Copying features from processing blocks...
Copying features from DSP block...
Copying features from DSP block OK
Copying features from processing blocks OK
Scheduling job in cluster...
Container image pulled!
Job started
Splitting data into training and validation sets...
Splitting data into training and validation sets OK
Scheduling job in cluster...
Container image pulled!
Job started
Application exited with code 126 (Unknown)
Job failed (see above)
Project ID:
156428
Context/Use case: