Stuck at the Running Impulse

I am running the prediction using Pico and it stuck at Running impulse…
How to solve this problem?

This is my model metadata.

#define EI_CLASSIFIER_PROJECT_ID                 172452
#define EI_CLASSIFIER_PROJECT_OWNER              "fd18"
#define EI_CLASSIFIER_PROJECT_NAME               "fd18-project-1"
#define EI_CLASSIFIER_PROJECT_DEPLOY_VERSION     13
#define EI_CLASSIFIER_NN_INPUT_FRAME_SIZE        1612
#define EI_CLASSIFIER_RAW_SAMPLE_COUNT           6220
#define EI_CLASSIFIER_RAW_SAMPLES_PER_FRAME      1
#define EI_CLASSIFIER_DSP_INPUT_FRAME_SIZE       (EI_CLASSIFIER_RAW_SAMPLE_COUNT * EI_CLASSIFIER_RAW_SAMPLES_PER_FRAME)
#define EI_CLASSIFIER_INPUT_WIDTH                0
#define EI_CLASSIFIER_INPUT_HEIGHT               0
#define EI_CLASSIFIER_INPUT_FRAMES               0
#define EI_CLASSIFIER_NN_OUTPUT_COUNT            2
#define EI_CLASSIFIER_INTERVAL_MS                0.40192926045016075
#define EI_CLASSIFIER_LABEL_COUNT                2
#define EI_CLASSIFIER_HAS_ANOMALY                0
#define EI_CLASSIFIER_FREQUENCY                  2488
#define EI_CLASSIFIER_HAS_MODEL_VARIABLES        1

Hello @fd18,

Have you implemented something custom in your code?
If so can you share your code?

Best,

Louis

It is working now, my fault. Thanks

Hello @fd18,

Glad you solved your issue, feel free to post your solution in the thread in case others member of the community have the same issue.

Best,

Louis